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:
parent
ca8aef4d3e
commit
438dbb7637
1 changed files with 1 additions and 1 deletions
|
|
@ -905,7 +905,7 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
GetFillTypeOp op = { this, &path, opacity };
|
||||
GetFillTypeOp op = { this, &path, opacity, FillType() };
|
||||
|
||||
if (topLevelXml.applyOperationToChildWithID (urlID, op))
|
||||
return op.fillType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue