X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcontrol_point.h;h=c9aab3af64a76875f495dca06654953895fb2b46;hb=0b5f2c5d5877de5787a884229f445bc52182f328;hp=045f1241edc2b415b94764f5eb108d925641f0f1;hpb=23e7cf10191270d70357ccf0ed9294f020c7b7ab;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;