diff options
Diffstat (limited to 'Swift/Controllers/SoundPlayer.h')
-rw-r--r-- | Swift/Controllers/SoundPlayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/SoundPlayer.h b/Swift/Controllers/SoundPlayer.h index b71d759..19bf8b6 100644 --- a/Swift/Controllers/SoundPlayer.h +++ b/Swift/Controllers/SoundPlayer.h @@ -9,7 +9,7 @@ namespace Swift { class SoundPlayer { public: - virtual ~SoundPlayer() {}; + virtual ~SoundPlayer() {} enum SoundEffect{MessageReceived}; virtual void playSound(SoundEffect sound) = 0; }; |