diff options
Diffstat (limited to 'src/mongo/db/pipeline/document_source_out.h')
-rw-r--r-- | src/mongo/db/pipeline/document_source_out.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/document_source_out.h b/src/mongo/db/pipeline/document_source_out.h index b474083a5da..28241d82893 100644 --- a/src/mongo/db/pipeline/document_source_out.h +++ b/src/mongo/db/pipeline/document_source_out.h @@ -48,7 +48,6 @@ public: using LiteParsedDocumentSourceForeignCollections:: LiteParsedDocumentSourceForeignCollections; - static std::unique_ptr<LiteParsed> parse(const AggregationRequest& request, const BSONElement& spec); @@ -95,7 +94,7 @@ public: private: DocumentSourceOut(NamespaceString outputNs, const boost::intrusive_ptr<ExpressionContext>& expCtx) - : DocumentSourceWriter(std::move(outputNs), expCtx) {} + : DocumentSourceWriter(kStageName.rawData(), std::move(outputNs), expCtx) {} void initialize() override; |