From a78b2d777d98e494b988843bfd9694c58c6c6018 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 26 Nov 2011 13:33:42 +0100 Subject: JANITORIAL: Remove extra semicolons. --- engines/tsage/core.h | 2 +- engines/tsage/sound.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/tsage') 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; } -- cgit v1.2.3