aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2005-07-11 00:48:27 +0000
committerMax Horn2005-07-11 00:48:27 +0000
commit8a59ff208c41625caf3823787ebc596fa3a6335a (patch)
tree45347a2e46d6831f29bc2e3ebdfddae348ed277b /sound
parentd1e58e603621fe2cc36b6124111b6e4a3ef09213 (diff)
downloadscummvm-rg350-8a59ff208c41625caf3823787ebc596fa3a6335a.tar.gz
scummvm-rg350-8a59ff208c41625caf3823787ebc596fa3a6335a.tar.bz2
scummvm-rg350-8a59ff208c41625caf3823787ebc596fa3a6335a.zip
Fix more GCC 4.0 warnings
svn-id: r18533
Diffstat (limited to 'sound')
-rw-r--r--sound/softsynth/mt32/part.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/softsynth/mt32/part.h b/sound/softsynth/mt32/part.h
index 1a32818ec0..8a5612e32d 100644
--- a/sound/softsynth/mt32/part.h
+++ b/sound/softsynth/mt32/part.h
@@ -68,6 +68,7 @@ protected:
public:
Part(Synth *synth, unsigned int usePartNum);
+ virtual ~Part() {}
virtual void playNote(unsigned int key, int vel);
void stopNote(unsigned int key);
void allNotesOff();