13
0

Fix for ambiguous Polygon type when building with MinGW

This commit is contained in:
Tim Mayberry 2013-07-19 18:38:46 +10:00
parent b02fb1dbea
commit c4e02af713

View File

@ -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;