summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgstyleattributes.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-14 20:40:58 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-14 21:00:01 +0300
commit9bc0ca091b7037f7c8f4782103a81b7287bc1de3 (patch)
treed9f3305090d4501e51dbfb40a3f1323e557599cb /svgio/source/svgreader/svgstyleattributes.cxx
parent03a9ec4aa5a795b86fa626de1bf23196d7375f50 (diff)
WaE: type qualifiers ignored on function return type
Change-Id: I40d946b1e3ba104e8b8acac53ccf7296f6ee78fc
Diffstat (limited to 'svgio/source/svgreader/svgstyleattributes.cxx')
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index 0787490c2e06..140107f5d604 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -2006,7 +2006,7 @@ namespace svgio
return SvgNumber(1.0);
}
- const FillRule SvgStyleAttributes::getFillRule() const
+ FillRule SvgStyleAttributes::getFillRule() const
{
if(FillRule_notset != maFillRule)
{