summaryrefslogtreecommitdiffstats
path: root/src/dom/svgimpl.h
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2013-02-08 19:48:24 +0000
committerKris <Kris.De.Gussem@hotmail.com>2013-02-08 19:48:24 +0000
commitecdaa96827420efb95a897e56660c33e30553f6a (patch)
treeb245371027c1d0244b71e2ec1c189d4f0198aa16 /src/dom/svgimpl.h
parentBetter rc matching for text-toolbar font-family drop-down separator. From Joh... (diff)
downloadinkscape-ecdaa96827420efb95a897e56660c33e30553f6a.tar.gz
inkscape-ecdaa96827420efb95a897e56660c33e30553f6a.zip
cppcheck (should fix a.o. copy paste error in SVGAnimatedPreserveAspectRatio)
(bzr r12108)
Diffstat (limited to 'src/dom/svgimpl.h')
-rw-r--r--src/dom/svgimpl.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/dom/svgimpl.h b/src/dom/svgimpl.h
index 83d56fa22..2ee5c8bc7 100644
--- a/src/dom/svgimpl.h
+++ b/src/dom/svgimpl.h
@@ -980,7 +980,14 @@ public:
/**
*
*/
- SVGSVGElementImpl() : SVGElementImpl()
+ SVGSVGElementImpl() : SVGElementImpl(),
+ pixelUnitToMillimeterX(0),
+ pixelUnitToMillimeterY(0),
+ screenPixelToMillimeterX(0),
+ screenPixelToMillimeterY(0),
+ useCurrentView(false),
+ currentScale(0),
+ currentTime(0)
{}