Author: loonycyborg
Date: Tue Apr 28 01:10:54 2009
New Revision: 35282
URL: http://svn.gna.org/viewcvs/wesnoth?rev=35282&view=rev
Log:
Fixed "extra qualification" compile error.
Modified:
trunk/src/savegame.hpp
Modified: trunk/src/savegame.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/savegame.hpp?rev=35282&r1=35281&r2=35282&view=diff
==============================================================================
--- trunk/src/savegame.hpp (original)
+++ trunk/src/savegame.hpp Tue Apr 28 01:10:54 2009
@@ -175,7 +175,7 @@
/** Check, if the filename contains illegal constructs like ".gz". */
void check_filename(const std::string& filename, display& gui);
/** Ask the user if an existing file should be overwritten. */
- bool savegame::check_overwrite(display& gui);
+ bool check_overwrite(display& gui);
/** The actual method for saving the game to disk. All interactive
filename choosing and
data manipulation has to happen before calling this method. */
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits