aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
diff options
context:
space:
mode:
authorChristoph Mallon2011-11-26 13:33:42 +0100
committerWillem Jan Palenstijn2011-11-27 12:54:22 +0100
commita78b2d777d98e494b988843bfd9694c58c6c6018 (patch)
tree2c6945a684eb2a4f6ea1b24f09bd2641a4b1c288 /engines/tsage
parent37756c9ffeabcf2dfc91b2dce36dc928d580ce3d (diff)
downloadscummvm-rg350-a78b2d777d98e494b988843bfd9694c58c6c6018.tar.gz
scummvm-rg350-a78b2d777d98e494b988843bfd9694c58c6c6018.tar.bz2
scummvm-rg350-a78b2d777d98e494b988843bfd9694c58c6c6018.zip
JANITORIAL: Remove extra semicolons.
Diffstat (limited to 'engines/tsage')
-rw-r--r--engines/tsage/core.h2
-rw-r--r--engines/tsage/sound.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index 8a2e733549..d55352319f 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -129,7 +129,7 @@ public:
virtual void dispatch();
virtual void setAction(Action *action) { setAction(action, NULL); }
virtual void setAction(Action *action, EventHandler *endHandler, ...);
- virtual void destroy() {};
+ virtual void destroy() {}
};
class Action : public EventHandler {
diff --git a/engines/tsage/sound.h b/engines/tsage/sound.h
index c7b07e2cc3..77d1f3d3ac 100644
--- a/engines/tsage/sound.h
+++ b/engines/tsage/sound.h
@@ -87,7 +87,7 @@ public:
int _driverResID;
public:
SoundDriver();
- virtual ~SoundDriver() {};
+ virtual ~SoundDriver() {}
const Common::String &getShortDriverDescription() { return _shortDescription; }
const Common::String &getLongDriverDescription() { return _longDescription; }