From 33a23bca1c0363340d14ed4c84e558e82a9f245e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 25 Nov 2018 22:25:31 -0800 Subject: GLK: FROTZ: Further reading/writing setup for savegames using Quetzal --- engines/glk/frotz/frotz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/frotz/frotz.h') 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; -- cgit v1.2.3