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