QTfrontend/ui/widget/selectWeapon.h
changeset 12723 288356c20868
parent 12665 5664ec82aed7
child 12763 ad67a3804981
--- 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;