# HG changeset patch # User Wuzzy # Date 1508536192 -7200 # Node ID 288356c208688b3ab235c141d7e8c306e0e67414 # Parent 7ac86433131c5e6f6c1d6a2e0123fc2d6f8ca354 Fix compiler getting nervous about C++11 dependency diff -r 7ac86433131c -r 288356c20868 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;