summaryrefslogtreecommitdiffstats
path: root/src/object/sp-font-face.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-font-face.cpp')
-rw-r--r--src/object/sp-font-face.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-font-face.cpp b/src/object/sp-font-face.cpp
index 5fd7fd99d..0dec692e9 100644
--- a/src/object/sp-font-face.cpp
+++ b/src/object/sp-font-face.cpp
@@ -370,7 +370,7 @@ void SPFontFace::release() {
SPObject::release();
}
-void SPFontFace::set(unsigned int key, const gchar *value) {
+void SPFontFace::set(SPAttributeEnum key, const gchar *value) {
std::vector<FontFaceStyleType> style;
std::vector<FontFaceVariantType> variant;
std::vector<FontFaceWeightType> weight;