summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/current_op_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/current_op_common.h')
-rw-r--r--src/mongo/db/commands/current_op_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/current_op_common.h b/src/mongo/db/commands/current_op_common.h
index b6bc596df71..9fb143bd271 100644
--- a/src/mongo/db/commands/current_op_common.h
+++ b/src/mongo/db/commands/current_op_common.h
@@ -37,9 +37,9 @@
namespace mongo {
-class CurrentOpCommandBase : public Command {
+class CurrentOpCommandBase : public BasicCommand {
public:
- CurrentOpCommandBase() : Command("currentOp") {}
+ CurrentOpCommandBase() : BasicCommand("currentOp") {}
virtual ~CurrentOpCommandBase() {}