summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_pin_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-07 19:40:54 +0200
committerRobin Gareus <robin@gareus.org>2016-04-07 19:40:54 +0200
commit2e38195e5c9a0f73519c4a44957fd11e0cdeffca (patch)
tree6aaef73e4d82d8ef3a6f7254ebe5a1d0830eccf7 /gtk2_ardour/plugin_pin_dialog.h
parent01251e7e14bba0b4604618ccfad87361e32dac18 (diff)
fix wire DnD (for thru connections)
Diffstat (limited to 'gtk2_ardour/plugin_pin_dialog.h')
-rw-r--r--gtk2_ardour/plugin_pin_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/plugin_pin_dialog.h b/gtk2_ardour/plugin_pin_dialog.h
index ac7912f908..65424e318e 100644
--- a/gtk2_ardour/plugin_pin_dialog.h
+++ b/gtk2_ardour/plugin_pin_dialog.h
@@ -104,7 +104,7 @@ private:
bool darea_motion_notify_event (GdkEventMotion*);
bool darea_button_press_event (GdkEventButton*);
bool darea_button_release_event (GdkEventButton*);
- bool drag_type_matches (CtrlType ct);
+ bool drag_type_matches (const CtrlElem& ct);
void draw_io_pin (cairo_t*, const CtrlWidget&);
void draw_plugin_pin (cairo_t*, const CtrlWidget&);