remove warning about non-static init...
warning was: non-static data member initializers only available with -std=c++11 or -std=gnu++11
This commit is contained in:
@@ -128,7 +128,7 @@ public:
|
||||
void run();
|
||||
private:
|
||||
char *script_cmds_file = NULL;
|
||||
bool usb_present = false;
|
||||
bool usb_present;
|
||||
};
|
||||
|
||||
#endif // PROXGUI_QT
|
||||
|
||||
Reference in New Issue
Block a user