projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab1c6f
)
remove warning about non-static init...
311/head
author
marshmellow42
<marshmellowrf@gmail.com>
Wed, 7 Jun 2017 19:42:28 +0000
(15:42 -0400)
committer
marshmellow42
<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
patch
|
blob
|
blame
|
history
diff --git
a/client/proxguiqt.h
b/client/proxguiqt.h
index 73f9286c39440ce9e58d2b3b8eff4bf68dbe73ca..8a3b8cfccf5d813ea431b29bb012e2e2e5de004e 100644
(file)
--- a/
client/proxguiqt.h
+++ b/
client/proxguiqt.h
@@
-128,7
+128,7
@@
public:
void run();
private:
char *script_cmds_file = NULL;
- bool usb_present
= false
;
+ bool usb_present;
};
#endif // PROXGUI_QT
Impressum
,
Datenschutz