summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/clip/SVGClipPathElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/clip/SVGClipPathElement.java')
-rw-r--r--src/main/java/com/kitfox/salamander/svg/clip/SVGClipPathElement.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/clip/SVGClipPathElement.java b/src/main/java/com/kitfox/salamander/svg/clip/SVGClipPathElement.java
index 227d459..47a5fd2 100644
--- a/src/main/java/com/kitfox/salamander/svg/clip/SVGClipPathElement.java
+++ b/src/main/java/com/kitfox/salamander/svg/clip/SVGClipPathElement.java
@@ -33,5 +33,5 @@ public interface SVGClipPathElement extends SVGElement,
/**
* Corresponds to attribute clipPathUnits on the given 'clipPath' element. Takes one of the constants defined in SVGUnitTypes.
*/
- public SVGAnimatedEnumeration getClipPathUnits();
+ public SVGAnimatedEnumeration<SVGUnitTypes.Type> getClipPathUnits();
}