summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note_select_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/note_select_dialog.h')
-rw-r--r--gtk2_ardour/note_select_dialog.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/gtk2_ardour/note_select_dialog.h b/gtk2_ardour/note_select_dialog.h
index 3970095317..893952e60d 100644
--- a/gtk2_ardour/note_select_dialog.h
+++ b/gtk2_ardour/note_select_dialog.h
@@ -31,12 +31,11 @@ public:
uint8_t note_number() const { return _note_number; }
- void note_on_event_handler(int note);
-
private:
- PianoKeyboard* _piano;
- Gtk::Widget* _pianomm;
- uint8_t _note_number;
+ PianoKeyboard _piano;
+ uint8_t _note_number;
+
+ void note_on_event_handler(int, int);
};
#endif /* __gtk2_ardour_note_select_dialog_h__ */