From 03c35f6065f45346634cdcd8a9d13e4f167549c0 Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Sat, 6 Oct 2018 13:28:39 +0000 Subject: SPAttributeEnum typed function arguments --- src/object/sp-tref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/sp-tref.cpp') 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 : ""); -- cgit v1.2.3