diff options
Diffstat (limited to 'src/music/os2_m.h')
-rw-r--r-- | src/music/os2_m.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/music/os2_m.h b/src/music/os2_m.h index 8337c3f0b..87c45873c 100644 --- a/src/music/os2_m.h +++ b/src/music/os2_m.h @@ -27,6 +27,7 @@ public: /* virtual */ bool IsSongPlaying(); /* virtual */ void SetVolume(byte vol); + /* virtual */ const char *GetName() const { return "os2"; } }; class FMusicDriver_OS2: public MusicDriverFactory<FMusicDriver_OS2> { |