summaryrefslogtreecommitdiffstats
path: root/src/object/sp-tref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-tref.cpp')
-rw-r--r--src/object/sp-tref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-tref.cpp b/src/object/sp-tref.cpp
index e7941145f..c3db8780f 100644
--- a/src/object/sp-tref.cpp
+++ b/src/object/sp-tref.cpp
@@ -85,7 +85,7 @@ void SPTRef::release() {
SPItem::release();
}
-void SPTRef::set(unsigned int key, const gchar* value) {
+void SPTRef::set(SPAttributeEnum key, const gchar* value) {
debug("0x%p %s(%u): '%s'",this,
sp_attribute_name(key),key,value ? value : "<no value>");