Removed superfluous comma and namespace specifier.
svn-id: r39495
This commit is contained in:
parent
f5cb75e2e1
commit
f7a6e85863
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ enum vmsaveResult {
|
|||
VMSAVE_OK,
|
||||
VMSAVE_NOVM,
|
||||
VMSAVE_NOSPACE,
|
||||
VMSAVE_WRITEERROR,
|
||||
VMSAVE_WRITEERROR
|
||||
};
|
||||
|
||||
|
||||
|
@ -340,7 +340,7 @@ public:
|
|||
return ::deleteSaveGame(filename);
|
||||
}
|
||||
|
||||
virtual Common::StringList VMSaveManager::listSavefiles(const char *glob);
|
||||
virtual Common::StringList listSavefiles(const char *glob);
|
||||
};
|
||||
|
||||
void OutVMSave::finalize()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue