Browse Source

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

tags/2021-05-28
jules 10 years ago
parent
commit
438dbb7637
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/drawables/juce_SVGParser.cpp

+ 1
- 1
modules/juce_gui_basics/drawables/juce_SVGParser.cpp 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;


Loading…
Cancel
Save