summaryrefslogtreecommitdiffstats
path: root/svgio/inc
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/inc
parentDon't bother with unused stuff (diff)
downloadcore-9bc0ca091b7037f7c8f4782103a81b7287bc1de3.tar.gz
core-9bc0ca091b7037f7c8f4782103a81b7287bc1de3.zip
WaE: type qualifiers ignored on function return type
Change-Id: I40d946b1e3ba104e8b8acac53ccf7296f6ee78fc
Diffstat (limited to 'svgio/inc')
-rw-r--r--svgio/inc/svgio/svgreader/svgstyleattributes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
index 4e0c1acd613d..fe290aed6d37 100644
--- a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
+++ b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
@@ -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