summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_remove_sortkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/query/router_stage_remove_sortkey.h')
-rw-r--r--src/mongo/s/query/router_stage_remove_sortkey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/router_stage_remove_sortkey.h b/src/mongo/s/query/router_stage_remove_sortkey.h
index f7965312d47..79294aeb20a 100644
--- a/src/mongo/s/query/router_stage_remove_sortkey.h
+++ b/src/mongo/s/query/router_stage_remove_sortkey.h
@@ -41,7 +41,7 @@ class RouterStageRemoveSortKey final : public RouterExecStage {
public:
RouterStageRemoveSortKey(std::unique_ptr<RouterExecStage> child);
- StatusWith<boost::optional<BSONObj>> next() final;
+ StatusWith<ClusterQueryResult> next() final;
void kill() final;