fix select-all-regions-within (it used to select everything overlapped)
[ardour.git] / gtk2_ardour / time_axis_view.cc
index 648d2521ebf8cbd7d2aca417e908de1ed09cb188..3032d834bfda4bacbef7fc21b9e17831d623195d 100644 (file)
@@ -1088,7 +1088,7 @@ TimeAxisView::remove_child (boost::shared_ptr<TimeAxisView> child)
  *  @param result Filled in with selectable things.
  */
 void
-TimeAxisView::get_selectables (framepos_t /*start*/, framepos_t /*end*/, double /*top*/, double /*bot*/, list<Selectable*>& /*result*/)
+TimeAxisView::get_selectables (framepos_t /*start*/, framepos_t /*end*/, double /*top*/, double /*bot*/, list<Selectable*>& /*result*/, bool /*within*/)
 {
        return;
 }