aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/fmtowns_pc98
diff options
context:
space:
mode:
authorFlorian Kagerer2010-08-02 18:56:51 +0000
committerFlorian Kagerer2010-08-02 18:56:51 +0000
commit7575c2be0b337cb88df0fe59ca297f38c34879c5 (patch)
tree6b6dbe2136ef4a0f8a006866772e1bd62f632e0d /sound/softsynth/fmtowns_pc98
parentadd6d6772ad6c2160bce854fc13694feb16e0d06 (diff)
downloadscummvm-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/fmtowns_pc98')
-rw-r--r--sound/softsynth/fmtowns_pc98/towns_audio.h1
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;
};