summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/index_filter_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/index_filter_commands.h')
-rw-r--r--src/mongo/db/commands/index_filter_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/index_filter_commands.h b/src/mongo/db/commands/index_filter_commands.h
index 27c81dbc6ba..7cdf97c8205 100644
--- a/src/mongo/db/commands/index_filter_commands.h
+++ b/src/mongo/db/commands/index_filter_commands.h
@@ -49,7 +49,7 @@ namespace mongo {
* Defines common attributes for all index filter related commands
* such as slaveOk.
*/
-class IndexFilterCommand : public Command {
+class IndexFilterCommand : public BasicCommand {
public:
IndexFilterCommand(const std::string& name, const std::string& helpText);