diff options
Diffstat (limited to 'shared/app_main.h')
-rw-r--r-- | shared/app_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/app_main.h b/shared/app_main.h index d0b76122..7e4fa7e7 100644 --- a/shared/app_main.h +++ b/shared/app_main.h @@ -19,7 +19,7 @@ public: static bool mainWindowWasSet(); private: - static bool mainWndAct; + static bool mainWndActive; }; } |