diff options
Diffstat (limited to 'engines/gob/goblin.h')
-rw-r--r-- | engines/gob/goblin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/goblin.h b/engines/gob/goblin.h index d6e5cdf6d7..a18213fcf7 100644 --- a/engines/gob/goblin.h +++ b/engines/gob/goblin.h @@ -306,7 +306,7 @@ public: int16 index, int16 x, int16 y, int16 state); Goblin_v3(GobEngine *vm); - virtual ~Goblin_v3() {}; + virtual ~Goblin_v3() {} protected: virtual bool isMovement(int8 state); |