Kaydet (Commit) 9bc0ca09 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: type qualifiers ignored on function return type

Change-Id: I40d946b1e3ba104e8b8acac53ccf7296f6ee78fc
üst 03a9ec4a
......@@ -315,7 +315,7 @@ namespace svgio
void setFillOpacity(const SvgNumber& rFillOpacity = SvgNumber()) { maFillOpacity = rFillOpacity; }
/// fill rule content
const FillRule getFillRule() const;
FillRule getFillRule() const;
void setFillRule(const FillRule aFillRule = FillRule_notset) { maFillRule = aFillRule; }
/// fill StrokeDasharray content
......
......@@ -2006,7 +2006,7 @@ namespace svgio
return SvgNumber(1.0);
}
const FillRule SvgStyleAttributes::getFillRule() const
FillRule SvgStyleAttributes::getFillRule() const
{
if(FillRule_notset != maFillRule)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment