From 00b9bc7b36682365e64d710b4e843659bef373da Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 25 Apr 2007 19:31:23 +0000 Subject: Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel) svn-id: r26594 --- engines/gob/parse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/gob/parse.h') diff --git a/engines/gob/parse.h b/engines/gob/parse.h index 27a6f50b1c..22853e24f0 100644 --- a/engines/gob/parse.h +++ b/engines/gob/parse.h @@ -36,7 +36,7 @@ public: virtual int16 parseExpr(byte stopToken, byte *resultPtr) = 0; Parse(GobEngine *vm); - virtual ~Parse() {}; + virtual ~Parse() {} protected: enum PointerType { @@ -56,7 +56,7 @@ protected: class Parse_v1 : public Parse { public: Parse_v1(GobEngine *vm); - virtual ~Parse_v1() {}; + virtual ~Parse_v1() {} virtual int16 parseVarIndex(void); virtual int16 parseValExpr(byte stopToken = 99); @@ -66,7 +66,7 @@ public: class Parse_v2 : public Parse_v1 { public: Parse_v2(GobEngine *vm); - virtual ~Parse_v2() {}; + virtual ~Parse_v2() {} virtual int16 parseVarIndex(void); virtual int16 parseValExpr(byte stopToken = 99); -- cgit v1.2.3