aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2007-04-25 19:52:26 +0000
committerSven Hesse2007-04-25 19:52:26 +0000
commit70bae60c444d0e6809cac28415d935e2fc7ff681 (patch)
tree887d3c599374ffcc176804c531aa71f9aaca1bc8 /engines/gob/inter.h
parent00b9bc7b36682365e64d710b4e843659bef373da (diff)
downloadscummvm-rg350-70bae60c444d0e6809cac28415d935e2fc7ff681.tar.gz
scummvm-rg350-70bae60c444d0e6809cac28415d935e2fc7ff681.tar.bz2
scummvm-rg350-70bae60c444d0e6809cac28415d935e2fc7ff681.zip
Removed some more superfluous semicolons in the gob engine
svn-id: r26595
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index a684c26af9..90d0f7158e 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -108,7 +108,7 @@ protected:
class Inter_v1 : public Inter {
public:
Inter_v1(GobEngine *vm);
- virtual ~Inter_v1() {};
+ virtual ~Inter_v1() {}
virtual int16 loadSound(int16 slot);
virtual void animPalette();
@@ -303,7 +303,7 @@ protected:
class Inter_v2 : public Inter_v1 {
public:
Inter_v2(GobEngine *vm);
- virtual ~Inter_v2() {};
+ virtual ~Inter_v2() {}
virtual int16 loadSound(int16 search);
virtual void animPalette();
@@ -394,7 +394,7 @@ protected:
class Inter_Bargon : public Inter_v2 {
public:
Inter_Bargon(GobEngine *vm);
- virtual ~Inter_Bargon() {};
+ virtual ~Inter_Bargon() {}
protected:
typedef void (Inter_Bargon::*OpcodeDrawProcBargon)();
@@ -440,7 +440,7 @@ protected:
class Inter_v3 : public Inter_v2 {
public:
Inter_v3(GobEngine *vm);
- virtual ~Inter_v3() {};
+ virtual ~Inter_v3() {}
protected:
typedef void (Inter_v3::*OpcodeDrawProcV3)();