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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index 244cc1b6e9..349d95ba86 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -248,7 +248,7 @@ public:
virtual void prepareStart(void);
Game_v1(GobEngine *vm);
- virtual ~Game_v1() {};
+ virtual ~Game_v1() {}
protected:
virtual void pushCollisions(char all);
@@ -276,7 +276,7 @@ public:
virtual void prepareStart(void);
Game_v2(GobEngine *vm);
- virtual ~Game_v2() {};
+ virtual ~Game_v2() {}
protected:
struct CollLast {