summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/repl_set_command.h')
-rw-r--r--src/mongo/db/repl/repl_set_command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/repl_set_command.h b/src/mongo/db/repl/repl_set_command.h
index 1997b2b29a3..fd43ad1c8b2 100644
--- a/src/mongo/db/repl/repl_set_command.h
+++ b/src/mongo/db/repl/repl_set_command.h
@@ -43,9 +43,9 @@ namespace repl {
/**
* Base class for repl set commands.
*/
-class ReplSetCommand : public Command {
+class ReplSetCommand : public BasicCommand {
protected:
- ReplSetCommand(const char* s) : Command(s) {}
+ ReplSetCommand(const char* s) : BasicCommand(s) {}
bool slaveOk() const override {
return true;