summaryrefslogtreecommitdiff
path: root/src/sound/sdl_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sdl_s.h')
-rw-r--r--src/sound/sdl_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/sdl_s.h b/src/sound/sdl_s.h
index 60cf11838..544ce2070 100644
--- a/src/sound/sdl_s.h
+++ b/src/sound/sdl_s.h
@@ -15,7 +15,7 @@
#include "sound_driver.hpp"
/** Implementation of the SDL sound driver. */
-class SoundDriver_SDL: public SoundDriver {
+class SoundDriver_SDL : public SoundDriver {
public:
/* virtual */ const char *Start(const char * const *param);