Fixed "extra qualification" compile error.
This commit is contained in:
parent
e2f3b97af5
commit
f85264e315
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue