summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/expression_parser.h')
-rw-r--r--src/mongo/db/matcher/expression_parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/expression_parser.h b/src/mongo/db/matcher/expression_parser.h
index 823412ecc73..3c150ef9c9d 100644
--- a/src/mongo/db/matcher/expression_parser.h
+++ b/src/mongo/db/matcher/expression_parser.h
@@ -160,6 +160,7 @@ private:
};
typedef stdx::function<StatusWithMatchExpression(
- const char* name, int type, const BSONObj& section)> MatchExpressionParserGeoCallback;
+ const char* name, int type, const BSONObj& section)>
+ MatchExpressionParserGeoCallback;
extern MatchExpressionParserGeoCallback expressionParserGeoCallback;
}