summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/window_function/window_function_shift.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/window_function/window_function_shift.h')
-rw-r--r--src/mongo/db/pipeline/window_function/window_function_shift.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/window_function/window_function_shift.h b/src/mongo/db/pipeline/window_function/window_function_shift.h
index 99a45dd3f84..649e90ce7e4 100644
--- a/src/mongo/db/pipeline/window_function/window_function_shift.h
+++ b/src/mongo/db/pipeline/window_function/window_function_shift.h
@@ -68,7 +68,7 @@ public:
MONGO_UNREACHABLE_TASSERT(5424302);
}
- Value serialize(boost::optional<ExplainOptions::Verbosity> explain) const final;
+ Value serialize(const SerializationOptions& opts) const final;
private:
static boost::intrusive_ptr<Expression> parseShiftArgs(BSONObj obj,