summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_list_cached_and_active_users.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/document_source_list_cached_and_active_users.h')
-rw-r--r--src/mongo/db/pipeline/document_source_list_cached_and_active_users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_source_list_cached_and_active_users.h b/src/mongo/db/pipeline/document_source_list_cached_and_active_users.h
index 08f6defcd84..3dca331efee 100644
--- a/src/mongo/db/pipeline/document_source_list_cached_and_active_users.h
+++ b/src/mongo/db/pipeline/document_source_list_cached_and_active_users.h
@@ -103,7 +103,7 @@ public:
return constraints;
}
- boost::optional<MergingLogic> mergingLogic() final {
+ boost::optional<DistributedPlanLogic> distributedPlanLogic() final {
return boost::none;
}