summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_text_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/expression_text_base.h')
-rw-r--r--src/mongo/db/matcher/expression_text_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/expression_text_base.h b/src/mongo/db/matcher/expression_text_base.h
index 187a91bb2d4..06a23a010bf 100644
--- a/src/mongo/db/matcher/expression_text_base.h
+++ b/src/mongo/db/matcher/expression_text_base.h
@@ -79,7 +79,7 @@ public:
void debugString(StringBuilder& debug, int level = 0) const final;
- void toBSON(BSONObjBuilder* out) const final;
+ void serialize(BSONObjBuilder* out) const final;
bool equivalent(const MatchExpression* other) const final;
};