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 01b92ea66f..a044ccfb8f 100644
--- a/gtk2_ardour/control_point.cc
+++ b/gtk2_ardour/control_point.cc
@@ -165,7 +165,7 @@ ControlPoint::move_to (double x, double y, ShapeType shape)
}
ArdourCanvas::Item&
-ControlPoint::item() const
+ControlPoint::item() const
{
return *_item;
}