]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
remove warning about non-static init... 311/head
authormarshmellow42 <marshmellowrf@gmail.com>
Wed, 7 Jun 2017 19:42:28 +0000 (15:42 -0400)
committermarshmellow42 <marshmellowrf@gmail.com>
Wed, 7 Jun 2017 19:42:28 +0000 (15:42 -0400)
warning was: non-static data member initializers only available with
-std=c++11 or -std=gnu++11

client/proxguiqt.h

index 73f9286c39440ce9e58d2b3b8eff4bf68dbe73ca..8a3b8cfccf5d813ea431b29bb012e2e2e5de004e 100644 (file)
@@ -128,7 +128,7 @@ public:
        void run();
 private:
        char *script_cmds_file = NULL;
        void run();
 private:
        char *script_cmds_file = NULL;
-       bool usb_present = false;
+       bool usb_present;
 };
 
 #endif // PROXGUI_QT
 };
 
 #endif // PROXGUI_QT
Impressum, Datenschutz