summaryrefslogtreecommitdiff
path: root/gtk2_ardour/control_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/control_point.h')
-rw-r--r--gtk2_ardour/control_point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/control_point.h b/gtk2_ardour/control_point.h
index 045f1241ed..c9aab3af64 100644
--- a/gtk2_ardour/control_point.h
+++ b/gtk2_ardour/control_point.h
@@ -81,7 +81,7 @@ class ControlPoint : public Selectable
AutomationLine& line() const { return _line; }
static PBD::Signal1<void, ControlPoint *> CatchDeletion;
-
+
private:
ArdourCanvas::Rectangle* _item;
AutomationLine& _line;