The new variables are no longer static, fixes compile.

This commit is contained in:
OBattler
2023-04-13 23:21:40 +02:00
parent bbf42db3c7
commit 410c44719c

View File

@@ -168,8 +168,8 @@ private:
bool vnc_enabled = false;
/* Full screen ON and OFF signals */
static bool fs_on_signal = false;
static bool fs_off_signal = false;
bool fs_on_signal = false;
bool fs_off_signal = false;
friend class SpecifyDimensions;
friend class ProgSettings;