summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/ghostregion.h')
-rw-r--r--gtk2_ardour/ghostregion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/ghostregion.h b/gtk2_ardour/ghostregion.h
index 0abb1b9b91..3fc96384b3 100644
--- a/gtk2_ardour/ghostregion.h
+++ b/gtk2_ardour/ghostregion.h
@@ -22,12 +22,12 @@
#define __ardour_gtk_ghost_region_h__
#include <vector>
-#include <sigc++/signal_system.h>
+#include <sigc++/signal.h>
#include <gtk-canvas.h>
class AutomationTimeAxisView;
-struct GhostRegion : public SigC::Object
+struct GhostRegion : public sigc::trackable
{
AutomationTimeAxisView& trackview;
GtkCanvasItem* group;
@@ -41,7 +41,7 @@ struct GhostRegion : public SigC::Object
void set_duration (double units);
void set_height ();
- SigC::Signal1<void,GhostRegion*> GoingAway;
+ sigc::signal<void,GhostRegion*> GoingAway;
};
#endif /* __ardour_gtk_ghost_region_h__ */