diff options
author | Florian Kagerer | 2010-08-02 18:56:51 +0000 |
---|---|---|
committer | Florian Kagerer | 2010-08-02 18:56:51 +0000 |
commit | 7575c2be0b337cb88df0fe59ca297f38c34879c5 (patch) | |
tree | 6b6dbe2136ef4a0f8a006866772e1bd62f632e0d /sound/softsynth | |
parent | add6d6772ad6c2160bce854fc13694feb16e0d06 (diff) | |
download | scummvm-rg350-7575c2be0b337cb88df0fe59ca297f38c34879c5.tar.gz scummvm-rg350-7575c2be0b337cb88df0fe59ca297f38c34879c5.tar.bz2 scummvm-rg350-7575c2be0b337cb88df0fe59ca297f38c34879c5.zip |
KYRA/TOWNS AUDIO: and another fix
svn-id: r51649
Diffstat (limited to 'sound/softsynth')
-rw-r--r-- | sound/softsynth/fmtowns_pc98/towns_audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/softsynth/fmtowns_pc98/towns_audio.h b/sound/softsynth/fmtowns_pc98/towns_audio.h index 82d390d9b6..6c68601673 100644 --- a/sound/softsynth/fmtowns_pc98/towns_audio.h +++ b/sound/softsynth/fmtowns_pc98/towns_audio.h @@ -30,6 +30,7 @@ class TownsAudioInterfacePluginDriver { public: + virtual ~TownsAudioInterfacePluginDriver() {} virtual void timerCallback(int timerId) = 0; }; |