aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/engine.cpp')
-rw-r--r--engines/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp
index 6c153310b6..210b0b46a3 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -470,7 +470,7 @@ bool Engine::canLoadGameStateCurrently() {
return false;
}
-Common::Error Engine::saveGameState(int slot, const char *desc) {
+Common::Error Engine::saveGameState(int slot, const Common::String &desc) {
// Do nothing by default
return Common::kNoError;
}