diff --git a/src/MIDI_Interfaces/MIDI_Interface.hpp b/src/MIDI_Interfaces/MIDI_Interface.hpp index d0a1efbb6e..fd212eb366 100644 --- a/src/MIDI_Interfaces/MIDI_Interface.hpp +++ b/src/MIDI_Interfaces/MIDI_Interface.hpp @@ -121,6 +121,7 @@ class MIDI_Interface : public TrueMIDI_SinkSource, /// is finished. template static void handleStall(MIDIInterface_t *self); + using MIDIStaller::handleStall; private: MIDI_Callbacks *callbacks = nullptr;