1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Tweaked some syntax in the SVG parser to avoid problems in GCC.

This commit is contained in:
jules 2016-03-14 10:08:36 +00:00
parent ca8aef4d3e
commit 438dbb7637

View file

@ -905,7 +905,7 @@ private:
}
};
GetFillTypeOp op = { this, &path, opacity };
GetFillTypeOp op = { this, &path, opacity, FillType() };
if (topLevelXml.applyOperationToChildWithID (urlID, op))
return op.fillType;