summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r--src/mongo/db/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands.h b/src/mongo/db/commands.h
index 832a8e7c4b8..d185c0cf6d6 100644
--- a/src/mongo/db/commands.h
+++ b/src/mongo/db/commands.h
@@ -217,7 +217,7 @@ public:
virtual Status explain(OperationContext* opCtx,
const std::string& dbname,
const BSONObj& cmdObj,
- ExplainCommon::Verbosity verbosity,
+ ExplainOptions::Verbosity verbosity,
const rpc::ServerSelectionMetadata& serverSelectionMetadata,
BSONObjBuilder* out) const;