mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
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:
parent
dab1c6f5e9
commit
2c51d4cfa6
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ public:
|
|||
void run();
|
||||
private:
|
||||
char *script_cmds_file = NULL;
|
||||
bool usb_present = false;
|
||||
bool usb_present;
|
||||
};
|
||||
|
||||
#endif // PROXGUI_QT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue