Cleanup: use static struct for app-template state

This commit is contained in:
Campbell Barton 2018-12-19 10:07:30 +11:00
parent 1875f9e7d7
commit fd235e52a2
1 changed files with 1 additions and 1 deletions

View File

@ -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}};