MCP: latest patch from Rodrigo:
[ardour.git] / gtk2_ardour / imageframe_view.cc
index 817088124c4bd5aa459d77637461bacae08ce92f..9b9a8c2bdbf094c7772fe968aae2907c5b637211 100644 (file)
@@ -104,7 +104,7 @@ ImageFrameView::ImageFrameView(const string & item_id,
        set_position(start, this);
        set_duration(duration, this);
 
-       MarkerView::CatchDeletion.connect (*this, ui_bind (&ImageFrameView::remove_marker_view_item, this, _1), gui_context());
+       MarkerView::CatchDeletion.connect (*this, boost::bind (&ImageFrameView::remove_marker_view_item, this, _1), gui_context());
 }
 
 /**