diff --git a/src/function.h b/src/function.h index fc6529e72..89179d46f 100644 --- a/src/function.h +++ b/src/function.h @@ -27,7 +27,7 @@ struct function_properties_t { wcstring_list_t named_arguments; /// Set to true if invoking this function shadows the variables of the underlying function. - bool shadow_scope; + bool shadow_scope{true}; }; /// Structure describing a function. This is used by the parser to store data on a function while