summaryrefslogtreecommitdiff
path: root/svgio/inc/svgpatternnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgpatternnode.hxx')
-rw-r--r--svgio/inc/svgpatternnode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgpatternnode.hxx b/svgio/inc/svgpatternnode.hxx
index f22439eae86a..4a3247542220 100644
--- a/svgio/inc/svgpatternnode.hxx
+++ b/svgio/inc/svgpatternnode.hxx
@@ -69,7 +69,7 @@ namespace svgio
virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) override;
/// global helpers
- void getValuesRelative(double& rfX, double& rfY, double& rfW, double& rfH, const basegfx::B2DRange& rGeoRange, SvgNode& rUser) const;
+ void getValuesRelative(double& rfX, double& rfY, double& rfW, double& rfH, const basegfx::B2DRange& rGeoRange, SvgNode const & rUser) const;
/// get pattern primitives buffered, uses decomposeSvgNode internally
const drawinglayer::primitive2d::Primitive2DContainer& getPatternPrimitives() const;