summaryrefslogtreecommitdiff
path: root/gtk2_ardour/control_point.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/control_point.cc')
-rw-r--r--gtk2_ardour/control_point.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/control_point.cc b/gtk2_ardour/control_point.cc
index 047417d82a..d482149507 100644
--- a/gtk2_ardour/control_point.cc
+++ b/gtk2_ardour/control_point.cc
@@ -50,7 +50,7 @@ ControlPoint::ControlPoint (AutomationLine& al)
_item->property_outline_color_rgba() = ARDOUR_UI::config()->canvasvar_ControlPointOutline.get();
_item->property_outline_pixels() = 1;
_item->set_data ("control_point", this);
- _item->signal_event().connect (mem_fun (this, &ControlPoint::event_handler));
+ _item->signal_event().connect (sigc::mem_fun (this, &ControlPoint::event_handler));
hide ();
set_visible (false);