Skip to content

Commit 317e36a

Browse files
committed
Don't hide MIDIStaller::handleStall, fixes #1094
1 parent 169c36a commit 317e36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MIDI_Interfaces/MIDI_Interface.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ class MIDI_Interface : public TrueMIDI_SinkSource,
121121
/// is finished.
122122
template <class MIDIInterface_t>
123123
static void handleStall(MIDIInterface_t *self);
124+
using MIDIStaller::handleStall;
124125

125126
private:
126127
MIDI_Callbacks *callbacks = nullptr;

0 commit comments

Comments
 (0)