Code

Start working toward multiple inheritance
[inkscape.git] / src / bind / java / org / inkscape / dom / svg / SVGURIReferenceImpl.java
index c2e53d11a7f1cd4835b10b8a3b3defdbb99ed42f..2e3bb0bd442f32b29512d615dc70aad101f1bf53 100644 (file)
@@ -34,6 +34,8 @@ import org.w3c.dom.svg.SVGAnimatedString;
 
 
 public class SVGURIReferenceImpl
+       extends
+             org.inkscape.cmn.BaseInterface
        implements org.w3c.dom.svg.SVGURIReference
 {
 public native SVGAnimatedString getHref( );