summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_redirect_selection.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-09-25 20:33:00 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-09-25 20:33:00 +0000
commite493b2b7c4fbbbfc457f02babf9546289b430177 (patch)
tree598b5fa6dc9340c96961e3131cc994480d80ff6a /gtk2_ardour/route_redirect_selection.h
parentf872433e8e81ba5a3a9ebffa32c6ddd9e3358f07 (diff)
Fly my pretties!
git-svn-id: svn://localhost/trunk/ardour2@28 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_redirect_selection.h')
-rw-r--r--gtk2_ardour/route_redirect_selection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/route_redirect_selection.h b/gtk2_ardour/route_redirect_selection.h
index 33aa44aaa2..9e2b866171 100644
--- a/gtk2_ardour/route_redirect_selection.h
+++ b/gtk2_ardour/route_redirect_selection.h
@@ -22,12 +22,12 @@
#define __ardour_gtk_route_redirect_selection_h__
#include <vector>
-#include <sigc++/signal_system.h>
+#include <sigc++/signal.h>
#include "redirect_selection.h"
#include "route_selection.h"
-class RouteRedirectSelection : public SigC::Object
+class RouteRedirectSelection : public sigc::trackable
{
public:
RedirectSelection redirects;
@@ -37,8 +37,8 @@ class RouteRedirectSelection : public SigC::Object
RouteRedirectSelection& operator= (const RouteRedirectSelection& other);
- SigC::Signal0<void> RedirectsChanged;
- SigC::Signal0<void> RoutesChanged;
+ sigc::signal<void> RedirectsChanged;
+ sigc::signal<void> RoutesChanged;
void clear ();
bool empty();