Skip to content

Commit

Permalink
Don't hide MIDIStaller::handleStall, fixes #1094
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Nov 16, 2024
1 parent 169c36a commit 317e36a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MIDI_Interfaces/MIDI_Interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class MIDI_Interface : public TrueMIDI_SinkSource,
/// is finished.
template <class MIDIInterface_t>
static void handleStall(MIDIInterface_t *self);
using MIDIStaller::handleStall;

private:
MIDI_Callbacks *callbacks = nullptr;
Expand Down

0 comments on commit 317e36a

Please sign in to comment.