From b6f4cdaea27fbf49f924b2684d4c638089314067 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 25 Dec 2009 21:06:52 +0000 Subject: rationalize destruction pathway (some more); tidy-ify some ImageFrame code git-svn-id: svn://localhost/ardour2/branches/3.0@6398 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/time_axis_view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/time_axis_view.h') diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index 3ad033417b..d2c87426a9 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -96,6 +96,8 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful XMLNode& get_state (); int set_state (const XMLNode&, int version); + static PBD::Signal1 CatchDeletion; + /** @return index of this TimeAxisView within its parent */ int order () const { return _order; } -- cgit v1.2.3