summaryrefslogtreecommitdiff
path: root/src/sound/allegro_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/allegro_s.h')
-rw-r--r--src/sound/allegro_s.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/allegro_s.h b/src/sound/allegro_s.h
index b59b8527f..5eeeae248 100644
--- a/src/sound/allegro_s.h
+++ b/src/sound/allegro_s.h
@@ -21,6 +21,7 @@ public:
/* virtual */ void Stop();
/* virtual */ void MainLoop();
+ /* virtual */ const char *GetName() const { return "allegro"; }
};
class FSoundDriver_Allegro: public SoundDriverFactory<FSoundDriver_Allegro> {