diff options
Diffstat (limited to 'common/savefile.h')
-rw-r--r-- | common/savefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/savefile.h b/common/savefile.h index e1a54638b5..612d6ae210 100644 --- a/common/savefile.h +++ b/common/savefile.h @@ -99,7 +99,7 @@ public: * TODO: Or even replace it with a better API. For example, one that * returns a list of strings for all present file names. */ - virtual void listSavefiles(const char * /* prefix */, bool *marks, int num) = 0; + virtual void listSavefiles(const char *prefix , bool *marks, int num) = 0; /** * Get the path to the save game directory. |