aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/frotz.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/frotz.h')
-rw-r--r--engines/glk/frotz/frotz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/frotz.h b/engines/glk/frotz/frotz.h
index 22604e59bd..28902c5665 100644
--- a/engines/glk/frotz/frotz.h
+++ b/engines/glk/frotz/frotz.h
@@ -71,7 +71,7 @@ public:
/**
* Save the game to the passed stream
*/
- virtual Common::Error saveGameData(strid_t file) override;
+ virtual Common::Error saveGameData(strid_t file, const Common::String &desc) override;
};
extern Frotz *g_vm;