summaryrefslogtreecommitdiff
path: root/src/sound/null_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/null_s.h')
-rw-r--r--src/sound/null_s.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/null_s.h b/src/sound/null_s.h
index 26239ae18..050f39fc9 100644
--- a/src/sound/null_s.h
+++ b/src/sound/null_s.h
@@ -19,6 +19,7 @@ public:
/* virtual */ const char *Start(const char * const *param) { return NULL; }
/* virtual */ void Stop() { }
+ /* virtual */ const char *GetName() const { return "null"; }
};
class FSoundDriver_Null: public SoundDriverFactory<FSoundDriver_Null> {