summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/internal_plans.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/internal_plans.h')
-rw-r--r--src/mongo/db/query/internal_plans.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/internal_plans.h b/src/mongo/db/query/internal_plans.h
index 920f964868b..bc979ac9f34 100644
--- a/src/mongo/db/query/internal_plans.h
+++ b/src/mongo/db/query/internal_plans.h
@@ -75,7 +75,7 @@ public:
OperationContext* opCtx,
const CollectionPtr* collection,
PlanYieldPolicy::YieldPolicy yieldPolicy,
- const Direction direction = FORWARD,
+ Direction direction = FORWARD,
boost::optional<RecordId> resumeAfterRecordId = boost::none,
boost::optional<RecordId> minRecord = boost::none,
boost::optional<RecordId> maxRecord = boost::none);