Fix compilation warning
authorunc0rr
Fri, 05 Dec 2008 16:55:51 +0000
changeset 1532 e77b2ed67431
parent 1531 f404233b6d9b
child 1533 f81dd9e6247b
Fix compilation warning
QTfrontend/gamecfgwidget.cpp
--- a/QTfrontend/gamecfgwidget.cpp	Fri Dec 05 16:55:20 2008 +0000
+++ b/QTfrontend/gamecfgwidget.cpp	Fri Dec 05 16:55:51 2008 +0000
@@ -198,4 +198,4 @@
 void GameCFGWidget::ammoChanged(int index)
 {
 	emit newWeaponScheme(WeaponsName->itemText(index), WeaponsName->itemData(index).toString());
-}
\ No newline at end of file
+}