summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/index_bounds.h')
-rw-r--r--src/mongo/db/query/index_bounds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/index_bounds.h b/src/mongo/db/query/index_bounds.h
index 47b66ffe697..056dbe6e513 100644
--- a/src/mongo/db/query/index_bounds.h
+++ b/src/mongo/db/query/index_bounds.h
@@ -266,7 +266,7 @@ public:
*/
static Location findIntervalForField(const BSONElement& elt,
const OrderedIntervalList& oil,
- const int expectedDirection,
+ int expectedDirection,
size_t* newIntervalIndex);
private: