diff options
author | Max Horn | 2005-07-11 00:48:27 +0000 |
---|---|---|
committer | Max Horn | 2005-07-11 00:48:27 +0000 |
commit | 8a59ff208c41625caf3823787ebc596fa3a6335a (patch) | |
tree | 45347a2e46d6831f29bc2e3ebdfddae348ed277b /sound | |
parent | d1e58e603621fe2cc36b6124111b6e4a3ef09213 (diff) | |
download | scummvm-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.h | 1 |
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(); |