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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/sdl_s.h b/src/sound/sdl_s.h
index e664c4eb5..d8a4d587d 100644
--- a/src/sound/sdl_s.h
+++ b/src/sound/sdl_s.h
@@ -19,6 +19,7 @@ public:
/* virtual */ const char *Start(const char * const *param);
/* virtual */ void Stop();
+ /* virtual */ const char *GetName() const { return "sdl"; }
};
class FSoundDriver_SDL: public SoundDriverFactory<FSoundDriver_SDL> {