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
1 changed files with 2 additions and 2 deletions

View File

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