summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_where_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/expression_where_base.h')
-rw-r--r--src/mongo/db/matcher/expression_where_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/expression_where_base.h b/src/mongo/db/matcher/expression_where_base.h
index fa7bc6bb632..78db059c218 100644
--- a/src/mongo/db/matcher/expression_where_base.h
+++ b/src/mongo/db/matcher/expression_where_base.h
@@ -63,7 +63,7 @@ public:
void debugString(StringBuilder& debug, int indentationLevel = 0) const final;
- void serialize(BSONObjBuilder* out) const final;
+ void serialize(BSONObjBuilder* out, bool includePath) const final;
bool equivalent(const MatchExpression* other) const final;