aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth')
-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();