CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 04/12/26 21:59:19
Modified files:
src : multiplayer_client.cpp
Log message:
Workaround for IRIX MIPS native compiler.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_client.cpp.diff?tr1=1.80&tr2=1.81&r1=text&r2=text
Patches:
Index: wesnoth/src/multiplayer_client.cpp
diff -u wesnoth/src/multiplayer_client.cpp:1.80
wesnoth/src/multiplayer_client.cpp:1.81
--- wesnoth/src/multiplayer_client.cpp:1.80 Fri Dec 10 20:03:12 2004
+++ wesnoth/src/multiplayer_client.cpp Sun Dec 26 21:59:19 2004
@@ -35,6 +35,8 @@
return cfg.child("gamelist");
}
+ ~gamelist_manager() {} // Workaround for IRIX Mips CC
+
enum { UPDATED_GAMELIST = -3 };
private: