summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/query_planner_test_fixture.h')
-rw-r--r--src/mongo/db/query/query_planner_test_fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/query_planner_test_fixture.h b/src/mongo/db/query/query_planner_test_fixture.h
index c6e2e824337..5ef2490e171 100644
--- a/src/mongo/db/query/query_planner_test_fixture.h
+++ b/src/mongo/db/query/query_planner_test_fixture.h
@@ -61,7 +61,7 @@ protected:
void addIndex(BSONObj keyPattern, MatchExpression* filterExpr);
- void addIndex(BSONObj keyPattern, MultikeyPaths multikeyPaths);
+ void addIndex(BSONObj keyPattern, const MultikeyPaths& multikeyPaths);
void addIndex(BSONObj keyPattern, CollatorInterface* collator);