summaryrefslogtreecommitdiff
path: root/src/sound/sound_driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound_driver.hpp')
-rw-r--r--src/sound/sound_driver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/sound_driver.hpp b/src/sound/sound_driver.hpp
index badfabd93..2b9cf145d 100644
--- a/src/sound/sound_driver.hpp
+++ b/src/sound/sound_driver.hpp
@@ -15,7 +15,7 @@
#include "../driver.h"
/** Base for all sound drivers. */
-class SoundDriver: public Driver {
+class SoundDriver : public Driver {
public:
/** Called once every tick */
virtual void MainLoop() {}