summaryrefslogtreecommitdiffstats
path: root/src/object/sp-clippath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-clippath.cpp')
-rw-r--r--src/object/sp-clippath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-clippath.cpp b/src/object/sp-clippath.cpp
index 724c715ed..91bd10b35 100644
--- a/src/object/sp-clippath.cpp
+++ b/src/object/sp-clippath.cpp
@@ -65,7 +65,7 @@ void SPClipPath::release() {
SPObjectGroup::release();
}
-void SPClipPath::set(unsigned int key, const gchar* value) {
+void SPClipPath::set(SPAttributeEnum key, const gchar* value) {
switch (key) {
case SP_ATTR_CLIPPATHUNITS:
this->clipPathUnits = SP_CONTENT_UNITS_USERSPACEONUSE;