aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glk.h')
-rw-r--r--engines/glk/glk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/glk.h b/engines/glk/glk.h
index 526755b1aa..923e29587f 100644
--- a/engines/glk/glk.h
+++ b/engines/glk/glk.h
@@ -209,7 +209,7 @@ public:
/**
* Save the game to the passed file
*/
- virtual Common::Error saveGameData(strid_t file) = 0;
+ virtual Common::Error saveGameData(strid_t file, const Common::String &desc) = 0;
};
extern GlkEngine *g_vm;