summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/mr_common.h')
-rw-r--r--src/mongo/db/commands/mr_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/mr_common.h b/src/mongo/db/commands/mr_common.h
index 5e5c6dc55e7..344d819841f 100644
--- a/src/mongo/db/commands/mr_common.h
+++ b/src/mongo/db/commands/mr_common.h
@@ -66,6 +66,6 @@ bool mrSupportsWriteConcern(const BSONObj& cmd);
* returned pipeline does *not* contain a $cursor stage and thus is not runnable.
*/
std::unique_ptr<Pipeline, PipelineDeleter> translateFromMR(
- MapReduce parsedMr, boost::intrusive_ptr<ExpressionContext> expCtx);
+ MapReduceCommandRequest parsedMr, boost::intrusive_ptr<ExpressionContext> expCtx);
} // namespace mongo::map_reduce_common