summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.h
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2018-04-20 15:58:46 -0400
committerBilly Donahue <billy.donahue@mongodb.com>2018-05-01 10:31:16 -0400
commit2ed975c6d96dfe0b61bea703ea4f9086b1cee24e (patch)
tree7992d2faf077b4ba15251d41cc5733f451562f47 /src/mongo/db/commands/mr.h
parentbf76453a0dcb0e4309f5b249cfe30cffe101b1b4 (diff)
downloadmongo-2ed975c6d96dfe0b61bea703ea4f9086b1cee24e.tar.gz
SERVER-34596 remove Command::parseNs
Diffstat (limited to 'src/mongo/db/commands/mr.h')
-rw-r--r--src/mongo/db/commands/mr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/mr.h b/src/mongo/db/commands/mr.h
index 27cb8688f01..ce708d6d62a 100644
--- a/src/mongo/db/commands/mr.h
+++ b/src/mongo/db/commands/mr.h
@@ -413,7 +413,7 @@ protected:
BSONObj fast_emit(const BSONObj& args, void* data);
BSONObj _bailFromJS(const BSONObj& args, void* data);
-void addPrivilegesRequiredForMapReduce(const Command* commandTemplate,
+void addPrivilegesRequiredForMapReduce(const BasicCommand* commandTemplate,
const std::string& dbname,
const BSONObj& cmdObj,
std::vector<Privilege>* out);