summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/matcher.h
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2015-11-09 20:04:43 -0500
committerJason Rassi <rassi@10gen.com>2015-11-12 16:28:55 -0500
commitc051996996ae7e4f5f93cb38b1f140e0331fceb7 (patch)
tree5e6c3675d80352fd859e99495b42f5a7b938d679 /src/mongo/db/matcher/matcher.h
parentbb62b1223f72c3ad8af0b77019c2ce3390d677a1 (diff)
downloadmongo-c051996996ae7e4f5f93cb38b1f140e0331fceb7.tar.gz
SERVER-19510 Move ExtensionsCallback out of MatchExpressionParser
Diffstat (limited to 'src/mongo/db/matcher/matcher.h')
-rw-r--r--src/mongo/db/matcher/matcher.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/matcher/matcher.h b/src/mongo/db/matcher/matcher.h
index c1369c154cf..e49602804a2 100644
--- a/src/mongo/db/matcher/matcher.h
+++ b/src/mongo/db/matcher/matcher.h
@@ -49,8 +49,7 @@ class Matcher {
public:
explicit Matcher(const BSONObj& pattern,
- const MatchExpressionParser::ExtensionsCallback& extensionsCallback =
- MatchExpressionParser::ExtensionsCallback());
+ const ExtensionsCallback& extensionsCallback = ExtensionsCallback());
bool matches(const BSONObj& doc, MatchDetails* details = NULL) const;