Fixed "extra qualification" compile error.

This commit is contained in:
Sergey Popov 2009-04-27 23:10:54 +00:00
parent e2f3b97af5
commit f85264e315

View file

@ -175,7 +175,7 @@ private:
/** 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. */