summaryrefslogtreecommitdiffstats
path: root/src/object/sp-shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-shape.cpp')
-rw-r--r--src/object/sp-shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-shape.cpp b/src/object/sp-shape.cpp
index c5ecd5294..1049e29de 100644
--- a/src/object/sp-shape.cpp
+++ b/src/object/sp-shape.cpp
@@ -106,7 +106,7 @@ void SPShape::release() {
SPLPEItem::release();
}
-void SPShape::set(unsigned int key, const gchar* value) {
+void SPShape::set(SPAttributeEnum key, const gchar* value) {
SPLPEItem::set(key, value);
}