summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/projection_exec.h')
-rw-r--r--src/mongo/db/exec/projection_exec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/exec/projection_exec.h b/src/mongo/db/exec/projection_exec.h
index 9575d59042f..829cdf0d43a 100644
--- a/src/mongo/db/exec/projection_exec.h
+++ b/src/mongo/db/exec/projection_exec.h
@@ -66,7 +66,8 @@ public:
typedef StringMap<MatchExpression*> Matchers;
typedef StringMap<MetaProjection> MetaMap;
- ProjectionExec(const BSONObj& spec,
+ ProjectionExec(OperationContext* opCtx,
+ const BSONObj& spec,
const MatchExpression* queryExpression,
const CollatorInterface* collator);