diff options
Diffstat (limited to 'src/object/sp-use.cpp')
| -rw-r--r-- | src/object/sp-use.cpp | 2 |
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); |
