diff options
Diffstat (limited to 'src/mongo/db/pipeline/document_source_exchange.h')
| -rw-r--r-- | src/mongo/db/pipeline/document_source_exchange.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_source_exchange.h b/src/mongo/db/pipeline/document_source_exchange.h index 544f6fb924f..dd2c00030de 100644 --- a/src/mongo/db/pipeline/document_source_exchange.h +++ b/src/mongo/db/pipeline/document_source_exchange.h @@ -221,7 +221,7 @@ public: const char* getSourceName() const final; - Value serialize(const SerializationOptions& opts = SerializationOptions{}) const final override; + Value serialize(boost::optional<ExplainOptions::Verbosity> explain = boost::none) const final; /** * DocumentSourceExchange does not have a direct source (it is reading through the shared |
