fix argument name (post rebase conflict resolution)

This commit is contained in:
Paul Davis 2021-07-04 09:39:08 -06:00
parent 83b9424082
commit 03bfb91aff

View file

@ -70,8 +70,8 @@ void ArdourMarker::setup_sizes(const double timebar_height)
marker_height = floor (timebar_height) - 2; marker_height = floor (timebar_height) - 2;
} }
ArdourMarker::ArdourMarker (PublicEditor& ed, ArdourCanvas::Container& parent, guint32 rgba, const string& annotation, ArdourMarker::ArdourMarker (PublicEditor& ed, ArdourCanvas::Item& parent, guint32 rgba, const string& annotation,
Type type, timepos_t const & pos, bool handle_events, RegionView* rc) Type type, timepos_t const & pos, bool handle_events, RegionView* rv)
: editor (ed) : editor (ed)
, _parent (&parent) , _parent (&parent)