summaryrefslogtreecommitdiffstats
path: root/src/object/sp-use.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-use.cpp')
-rw-r--r--src/object/sp-use.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-use.cpp b/src/object/sp-use.cpp
index a73a731f8..876c822e6 100644
--- a/src/object/sp-use.cpp
+++ b/src/object/sp-use.cpp
@@ -106,7 +106,7 @@ void SPUse::release() {
SPItem::release();
}
-void SPUse::set(unsigned int key, const gchar* value) {
+void SPUse::set(SPAttributeEnum key, const gchar* value) {
switch (key) {
case SP_ATTR_X:
this->x.readOrUnset(value);