diff --git a/src/Functions/FunctionCustomWeekToDateOrDate32.h b/src/Functions/FunctionCustomWeekToDateOrDate32.h index 4c841a48d67..0b91fbb3bbe 100644 --- a/src/Functions/FunctionCustomWeekToDateOrDate32.h +++ b/src/Functions/FunctionCustomWeekToDateOrDate32.h @@ -13,7 +13,7 @@ template class FunctionCustomWeekToDateOrDate32 : public IFunctionCustomWeek, WithContext { public: - bool enable_extended_results_for_datetime_functions = false; + const bool enable_extended_results_for_datetime_functions = false; static FunctionPtr create(ContextPtr context_) {