X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fregion_selection.cc;h=b3ceb8516ff92c8afe65ec0acc6f478b658ec8fa;hb=f0416627d63d94cac80e7fc2e0e585b79a8147f0;hp=b0afa26999e5eb4fa71f346b9b7b3e6273640dc2;hpb=209d967b1bb80a9735d690d8f4f0455ecb9970ca;p=ardour.git diff --git a/gtk2_ardour/region_selection.cc b/gtk2_ardour/region_selection.cc index b0afa26999..b3ceb8516f 100644 --- a/gtk2_ardour/region_selection.cc +++ b/gtk2_ardour/region_selection.cc @@ -6,7 +6,7 @@ #include "region_selection.h" using namespace ARDOUR; -using namespace SigC; +using namespace sigc; bool @@ -81,7 +81,7 @@ AudioRegionSelection::add (AudioRegionView* rv, bool dosort) return; } - rv->AudioRegionViewGoingAway.connect (slot (*this, &AudioRegionSelection::remove_it)); + rv->AudioRegionViewGoingAway.connect (mem_fun(*this, &AudioRegionSelection::remove_it)); if (rv->region.first_frame() < _current_start || empty()) { _current_start = rv->region.first_frame();