diff options
Diffstat (limited to 'svgio/inc/svgnode.hxx')
-rw-r--r-- | svgio/inc/svgnode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgnode.hxx b/svgio/inc/svgnode.hxx index 1f08f5fa5acf..22df883b22b3 100644 --- a/svgio/inc/svgnode.hxx +++ b/svgio/inc/svgnode.hxx @@ -84,7 +84,7 @@ namespace svgio { private: /// basic data, Type, document we belong to and parent (if not root) - SVGToken maType; + SVGToken const maType; SvgDocument& mrDocument; const SvgNode* mpParent; const SvgNode* mpAlternativeParent; |