mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
Fix for ambiguous Polygon type when building with MinGW
This commit is contained in:
parent
b02fb1dbea
commit
c4e02af713
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ Marker::Marker (PublicEditor& ed, ArdourCanvas::Group& parent, guint32 rgba, con
|
|||
|
||||
/* adjust to properly locate the tip */
|
||||
|
||||
mark = new Polygon (*group);
|
||||
mark = new ArdourCanvas::Polygon (*group);
|
||||
mark->property_points() = *points;
|
||||
set_color_rgba (rgba);
|
||||
mark->property_width_pixels() = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue