summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_client_cursor_params.h
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2017-12-19 14:31:36 -0500
committerCharlie Swanson <charlie.swanson@mongodb.com>2017-12-19 17:29:29 -0500
commitb5a2cc0fec6ac30b1a0196da5feb41d85a8b76c3 (patch)
tree4147e3b4ffbfea86eec107e7d6a6d777bded033d /src/mongo/s/query/cluster_client_cursor_params.h
parentbd9c109958c1721767f5432683706c62ec90fe30 (diff)
downloadmongo-b5a2cc0fec6ac30b1a0196da5feb41d85a8b76c3.tar.gz
SERVER-32190 Make MongoProcessInterface always available
Diffstat (limited to 'src/mongo/s/query/cluster_client_cursor_params.h')
-rw-r--r--src/mongo/s/query/cluster_client_cursor_params.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/cluster_client_cursor_params.h b/src/mongo/s/query/cluster_client_cursor_params.h
index b936405e220..77587317e02 100644
--- a/src/mongo/s/query/cluster_client_cursor_params.h
+++ b/src/mongo/s/query/cluster_client_cursor_params.h
@@ -118,7 +118,7 @@ struct ClusterClientCursorParams {
boost::optional<long long> limit;
// If set, we use this pipeline to merge the output of aggregations on each remote.
- std::unique_ptr<Pipeline, Pipeline::Deleter> mergePipeline;
+ std::unique_ptr<Pipeline, PipelineDeleter> mergePipeline;
// Whether this cursor is tailing a capped collection, and whether it has the awaitData option
// set.