Fix compiler getting nervous about C++11 dependency
authorWuzzy <almikes@aol.com>
Fri, 20 Oct 2017 23:49:52 +0200
changeset 12723 288356c20868
parent 12722 7ac86433131c
child 12724 d47ab9245259
Fix compiler getting nervous about C++11 dependency
QTfrontend/ui/widget/selectWeapon.h
--- a/QTfrontend/ui/widget/selectWeapon.h	Fri Oct 20 21:57:09 2017 +0200
+++ b/QTfrontend/ui/widget/selectWeapon.h	Fri Oct 20 23:49:52 2017 +0200
@@ -74,7 +74,7 @@
         //the name of the current weapon set
         QString curWeaponsName;
         //set to true while an entry is deleted. Used to avoid duplicate saving due to combobox change
-        bool isDeleting = false;
+        bool isDeleting;
 
         QLineEdit* m_name;