From 8a59ff208c41625caf3823787ebc596fa3a6335a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 11 Jul 2005 00:48:27 +0000 Subject: Fix more GCC 4.0 warnings svn-id: r18533 --- sound/softsynth/mt32/part.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sound') 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(); -- cgit v1.2.3