aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/mididrv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/mididrv.h b/sound/mididrv.h
index e4b569e5b6..07b6e18611 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -160,6 +160,8 @@ public:
class MidiChannel {
public:
+ virtual ~MidiChannel() {}
+
virtual MidiDriver *device() = 0;
virtual byte getNumber() = 0;
virtual void release() = 0;