diff options
author | Max Horn | 2008-11-06 14:03:38 +0000 |
---|---|---|
committer | Max Horn | 2008-11-06 14:03:38 +0000 |
commit | 38a4eaa001f89fa201125fbe1b82f6f539ecda12 (patch) | |
tree | 8aceec5d43db413da224631a49d58e60dacee1a6 /common/savefile.h | |
parent | 142a8d5a51c80d33175c94540ae5c487079d45e4 (diff) | |
download | scummvm-rg350-38a4eaa001f89fa201125fbe1b82f6f539ecda12.tar.gz scummvm-rg350-38a4eaa001f89fa201125fbe1b82f6f539ecda12.tar.bz2 scummvm-rg350-38a4eaa001f89fa201125fbe1b82f6f539ecda12.zip |
cleanup
svn-id: r34910
Diffstat (limited to 'common/savefile.h')
-rw-r--r-- | common/savefile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/savefile.h b/common/savefile.h index d44f946d48..fa446d7726 100644 --- a/common/savefile.h +++ b/common/savefile.h @@ -136,11 +136,11 @@ public: /** * Request a list of available savegames with a given DOS-style pattern, - * also known as "glob" in the UNIX world. Refer to the Common::match() + * also known as "glob" in the UNIX world. Refer to the Common::matchString() * function to learn about the precise pattern format. * @param pattern Pattern to match. Wildcards like * or ? are available. * @return list of strings for all present file names. - * @see Common::match + * @see Common::matchString() */ virtual Common::StringList listSavefiles(const char *pattern) = 0; }; |