[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src multiplayer.cpp
From: |
Philippe Plantier |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src multiplayer.cpp |
Date: |
Wed, 23 Feb 2005 17:54:53 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <address@hidden> 05/02/23 22:54:52
Modified files:
src : multiplayer.cpp
Log message:
Added a workaround to shut up a gcc warning.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer.cpp.diff?tr1=1.136&tr2=1.137&r1=text&r2=text
Patches:
Index: wesnoth/src/multiplayer.cpp
diff -u wesnoth/src/multiplayer.cpp:1.136 wesnoth/src/multiplayer.cpp:1.137
--- wesnoth/src/multiplayer.cpp:1.136 Mon Feb 21 22:08:46 2005
+++ wesnoth/src/multiplayer.cpp Wed Feb 23 22:54:52 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer.cpp,v 1.136 2005/02/21 22:08:46 gruikya Exp $ */
+/* $Id: multiplayer.cpp,v 1.137 2005/02/23 22:54:52 gruikya Exp $ */
/*
Copyright (C)
Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -31,6 +31,9 @@
class network_game_manager
{
public:
+ // Add this to avoid stupid warnings with somme versions of GCC
+ network_game_manager() {};
+
~network_game_manager()
{
if(network::nconnections() > 0) {