diff options
Diffstat (limited to 'Swift/Controllers/DummySoundPlayer.h')
-rw-r--r-- | Swift/Controllers/DummySoundPlayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/DummySoundPlayer.h b/Swift/Controllers/DummySoundPlayer.h index 36dcb28..b91192c 100644 --- a/Swift/Controllers/DummySoundPlayer.h +++ b/Swift/Controllers/DummySoundPlayer.h @@ -11,6 +11,6 @@ namespace Swift { class DummySoundPlayer : public SoundPlayer { public: - void playSound(SoundEffect sound) {}; + void playSound(SoundEffect sound) {} }; } |