diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c index 91b04c982fc..b21a9d87269 100644 --- a/source/blender/windowmanager/intern/wm_files.c +++ b/source/blender/windowmanager/intern/wm_files.c @@ -645,7 +645,7 @@ bool WM_file_read(bContext *C, const char *filepath, ReportList *reports) } -struct { +static struct { char app_template[64]; bool override; } wm_init_state_app_template = {{0}};