diff options
Diffstat (limited to 'engines/engine.h')
-rw-r--r-- | engines/engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/engine.h b/engines/engine.h index 375df2b0a3..d7d971ad97 100644 --- a/engines/engine.h +++ b/engines/engine.h @@ -196,7 +196,7 @@ public: * @param desc a description for the savestate, entered by the user * @return returns kNoError on success, else an error code. */ - virtual Common::Error saveGameState(int slot, const char *desc); + virtual Common::Error saveGameState(int slot, const Common::String &desc); /** * Indicates whether a game state can be saved. |