summaryrefslogtreecommitdiff
path: root/libs/surfaces/generic_midi/midiinvokable.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/generic_midi/midiinvokable.h')
-rw-r--r--libs/surfaces/generic_midi/midiinvokable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/generic_midi/midiinvokable.h b/libs/surfaces/generic_midi/midiinvokable.h
index bde59b64de..dee87ed09c 100644
--- a/libs/surfaces/generic_midi/midiinvokable.h
+++ b/libs/surfaces/generic_midi/midiinvokable.h
@@ -50,7 +50,7 @@ class MIDIInvokable : public PBD::Stateful
MIDI::channel_t get_control_channel () { return control_channel; }
MIDI::eventType get_control_type () { return control_type; }
MIDI::byte get_control_additional () { return control_additional; }
-
+
protected:
GenericMidiControlProtocol* _ui;
std::string _invokable_name;