aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index f272ece7d3..2ce6d0af0c 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -179,7 +179,7 @@ public:
byte *_word_2FC80;
Game(GobEngine *vm);
- virtual ~Game() {};
+ virtual ~Game();
char *loadExtData(int16 dataId, int16 *pResWidth, int16 *pResHeight);
char *loadTotResource(int16 id);