summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_find.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/query/cluster_find.h')
-rw-r--r--src/mongo/s/query/cluster_find.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/cluster_find.h b/src/mongo/s/query/cluster_find.h
index fe5907c0153..4f03e55991f 100644
--- a/src/mongo/s/query/cluster_find.h
+++ b/src/mongo/s/query/cluster_find.h
@@ -71,7 +71,7 @@ public:
* Executes the getMore command 'cmd', and on success returns a CursorResponse.
*/
static StatusWith<CursorResponse> runGetMore(OperationContext* opCtx,
- const GetMoreCommand& cmd);
+ const GetMoreCommandRequest& cmd);
};
} // namespace mongo