From e493b2b7c4fbbbfc457f02babf9546289b430177 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Sun, 25 Sep 2005 20:33:00 +0000 Subject: Fly my pretties! git-svn-id: svn://localhost/trunk/ardour2@28 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/region_selection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/region_selection.h') diff --git a/gtk2_ardour/region_selection.h b/gtk2_ardour/region_selection.h index 73fabeb0b2..0c2b7be025 100644 --- a/gtk2_ardour/region_selection.h +++ b/gtk2_ardour/region_selection.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include using std::list; @@ -15,7 +15,7 @@ struct AudioRegionComparator { bool operator() (const AudioRegionView* a, const AudioRegionView* b) const; }; -class AudioRegionSelection : public set, public SigC::Object +class AudioRegionSelection : public set, public sigc::trackable { public: AudioRegionSelection(); -- cgit v1.2.3