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, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/control_point.h b/gtk2_ardour/control_point.h
index 603d062ec4..0c2bf1e01d 100644
--- a/gtk2_ardour/control_point.h
+++ b/gtk2_ardour/control_point.h
@@ -83,6 +83,8 @@ class ControlPoint : public Selectable
ARDOUR::AutomationList::iterator model() const { return _model; }
AutomationLine& line() const { return _line; }
+ static PBD::Signal1<void, ControlPoint *> CatchDeletion;
+
private:
ArdourCanvas::SimpleRect* _item;
AutomationLine& _line;