diff options
Diffstat (limited to 'src/object/sp-text.cpp')
| -rw-r--r-- | src/object/sp-text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-text.cpp b/src/object/sp-text.cpp index 4739f6b12..5d17ffaaa 100644 --- a/src/object/sp-text.cpp +++ b/src/object/sp-text.cpp @@ -83,7 +83,7 @@ void SPText::release() { SPItem::release(); } -void SPText::set(unsigned int key, const gchar* value) { +void SPText::set(SPAttributeEnum key, const gchar* value) { //std::cout << "SPText::set: " << sp_attribute_name( key ) << ": " << (value?value:"Null") << std::endl; if (this->attributes.readSingleAttribute(key, value, style, &viewport)) { |
