Fix comments.
[ardour.git] / gtk2_ardour / ghostregion.cc
index 9fb0deb98a0639076a25b2f80eaf55888f4b08a3..edf1e0e139568607bc1fd86a850d2d6a4290d342 100644 (file)
@@ -34,6 +34,8 @@ using namespace Editing;
 using namespace ArdourCanvas;
 using namespace ARDOUR;
 
+PBD::Signal1<void,GhostRegion*> GhostRegion::GoingAway;
+
 GhostRegion::GhostRegion (ArdourCanvas::Group* parent, TimeAxisView& tv, TimeAxisView& source_tv, double initial_pos)
        : trackview (tv)
        , source_trackview (source_tv)