summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/path.h')
-rw-r--r--src/mongo/db/matcher/path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/path.h b/src/mongo/db/matcher/path.h
index cb0c5fbe40c..b769bd35c7e 100644
--- a/src/mongo/db/matcher/path.h
+++ b/src/mongo/db/matcher/path.h
@@ -47,7 +47,7 @@ public:
// TODO: replace uses of members below with regular construction.
ElementPath() {}
- Status init(StringData path);
+ void init(StringData path);
void setTraverseNonleafArrays(bool b) {
_shouldTraverseNonleafArrays = b;