Fix compile :)
authorunc0rr
Fri, 17 Nov 2006 13:36:58 +0000
changeset 246 107f7e826a83
parent 245 4f6b53b7a567
child 247 07605d2a2024
Fix compile :)
QTfrontend/team.h
--- a/QTfrontend/team.h	Thu Nov 16 22:01:51 2006 +0000
+++ b/QTfrontend/team.h	Fri Nov 17 13:36:58 2006 +0000
@@ -43,7 +43,7 @@
 		bool SaveToFile();
 		void SetToPage(HWForm * hwform);
 		void GetFromPage(HWForm * hwform);
-		QStringList HWTeam::TeamGameConfig(quint32 color, int hedgehogs) const;
+		QStringList TeamGameConfig(quint32 color, int hedgehogs) const;
 
 		bool operator==(const HWTeam& t1) const;
 		bool operator<(const HWTeam& t1) const;