aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/svg/SVG.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/fop/svg/SVG.java')
-rw-r--r--src/org/apache/fop/svg/SVG.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/apache/fop/svg/SVG.java b/src/org/apache/fop/svg/SVG.java
index 99df234ce..bbf2d3634 100644
--- a/src/org/apache/fop/svg/SVG.java
+++ b/src/org/apache/fop/svg/SVG.java
@@ -119,7 +119,7 @@ public class SVG extends FObj implements GraphicsCreator {
SVGLength h = ((SVGLengthProperty) this.properties.get("height")).
getSVGLength();
svgArea = new SVGSVGElementImpl();
- SVGAnimatedLength sal;
+ SVGAnimatedLengthImpl sal;
if (w == null)
w = new SVGLengthImpl();
sal = new SVGAnimatedLengthImpl(w);