Author: brunowolff
Date: Wed Mar 19 16:29:58 2008
New Revision: 24819
URL: http://svn.gna.org/viewcvs/wesnoth?rev=24819&view=rev
Log:
Silence gcc 4.3 warning about const return type.
Modified:
trunk/src/game_preferences.hpp
Modified: trunk/src/game_preferences.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_preferences.hpp?rev=24819&r1=24818&r2=24819&view=diff
==============================================================================
--- trunk/src/game_preferences.hpp (original)
+++ trunk/src/game_preferences.hpp Wed Mar 19 16:29:58 2008
@@ -70,7 +70,7 @@
const std::string network_host();
void set_network_host(const std::string& host);
- const unsigned int get_ping_timeout();
+ unsigned int get_ping_timeout();
void set_ping_timeout(unsigned int timeout);
const std::string campaign_server();
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits