aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan3')
-rw-r--r--engines/glk/alan3/alan3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/alan3.h b/engines/glk/alan3/alan3.h
index f1d88f857f..9b830c910b 100644
--- a/engines/glk/alan3/alan3.h
+++ b/engines/glk/alan3/alan3.h
@@ -71,7 +71,7 @@ public:
* Save the game. The passed write stream represents access to the UMem chunk
* in the Quetzal save file that will be created
*/
- virtual Common::Error writeGameData(Common::WriteStream *ws) override;;
+ virtual Common::Error writeGameData(Common::WriteStream *ws) override;
};
extern Alan3 *g_vm;