summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_getmore_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_getmore_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_getmore_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/commands/cluster_getmore_cmd.cpp b/src/mongo/s/commands/cluster_getmore_cmd.cpp
index 344841075e5..664d4ade18a 100644
--- a/src/mongo/s/commands/cluster_getmore_cmd.cpp
+++ b/src/mongo/s/commands/cluster_getmore_cmd.cpp
@@ -44,11 +44,11 @@ namespace {
* corresponding to the cursor id passed from the application. In order to generate these results,
* may issue getMore commands to remote nodes in one or more shards.
*/
-class ClusterGetMoreCmd final : public Command {
+class ClusterGetMoreCmd final : public BasicCommand {
MONGO_DISALLOW_COPYING(ClusterGetMoreCmd);
public:
- ClusterGetMoreCmd() : Command("getMore") {}
+ ClusterGetMoreCmd() : BasicCommand("getMore") {}
virtual bool supportsWriteConcern(const BSONObj& cmd) const override {