summaryrefslogtreecommitdiffstats
path: root/src/object/sp-tspan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-tspan.cpp')
-rw-r--r--src/object/sp-tspan.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/sp-tspan.cpp b/src/object/sp-tspan.cpp
index 860c30c84..4b6a0733f 100644
--- a/src/object/sp-tspan.cpp
+++ b/src/object/sp-tspan.cpp
@@ -68,7 +68,7 @@ void SPTSpan::release() {
SPItem::release();
}
-void SPTSpan::set(unsigned int key, const gchar* value) {
+void SPTSpan::set(SPAttributeEnum key, const gchar* value) {
if (this->attributes.readSingleAttribute(key, value, style, &viewport)) {
this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
} else {
@@ -277,7 +277,7 @@ void SPTextPath::release() {
SPItem::release();
}
-void SPTextPath::set(unsigned int key, const gchar* value) {
+void SPTextPath::set(SPAttributeEnum key, const gchar* value) {
if (this->attributes.readSingleAttribute(key, value, style, &viewport)) {
this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);