summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_bucket_auto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/document_source_bucket_auto.h')
-rw-r--r--src/mongo/db/pipeline/document_source_bucket_auto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/document_source_bucket_auto.h b/src/mongo/db/pipeline/document_source_bucket_auto.h
index 246cf2dfc62..44bd1e3f8f0 100644
--- a/src/mongo/db/pipeline/document_source_bucket_auto.h
+++ b/src/mongo/db/pipeline/document_source_bucket_auto.h
@@ -158,8 +158,8 @@ private:
*/
Document makeDocument(const Bucket& bucket);
- std::unique_ptr<sorter::Sorter<Value, Document>> _sorter;
- std::unique_ptr<sorter::Sorter<Value, Document>::Iterator> _sortedInput;
+ std::unique_ptr<Sorter<Value, Document>> _sorter;
+ std::unique_ptr<Sorter<Value, Document>::Iterator> _sortedInput;
std::vector<AccumulationStatement> _accumulatedFields;