X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcontrol_point.h;h=c9aab3af64a76875f495dca06654953895fb2b46;hb=7745a373940a0bcabd618b5b66c6b8916045ea9e;hp=045f1241edc2b415b94764f5eb108d925641f0f1;hpb=ad017365f7a73f8ba57f667cc1aa36478b48c50e;p=ardour.git 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 CatchDeletion; - + private: ArdourCanvas::Rectangle* _item; AutomationLine& _line;