aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/sword25.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/sword25.h')
-rw-r--r--engines/sword25/sword25.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/sword25.h b/engines/sword25/sword25.h
index 5d11aa69e5..1254ea177b 100644
--- a/engines/sword25/sword25.h
+++ b/engines/sword25/sword25.h
@@ -82,7 +82,7 @@ protected:
// void pauseEngineIntern(bool pause); // TODO: Implement this!!!
// void syncSoundSettings(); // TODO: Implement this!!!
// Common::Error loadGameState(int slot); // TODO: Implement this?
-// Common::Error saveGameState(int slot, const char *desc); // TODO: Implement this?
+// Common::Error saveGameState(int slot, const Common::String &desc); // TODO: Implement this?
// bool canLoadGameStateCurrently(); // TODO: Implement this?
// bool canSaveGameStateCurrently(); // TODO: Implement this?