summaryrefslogtreecommitdiffstats
path: root/src/object/sp-style-elem.h
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-10-06 13:28:39 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-10-06 13:28:39 +0000
commit03c35f6065f45346634cdcd8a9d13e4f167549c0 (patch)
tree3a892c439d37cff565592d93e124137e70a42c31 /src/object/sp-style-elem.h
parentAdd new style register style property for stop color and opacity (diff)
downloadinkscape-03c35f6065f45346634cdcd8a9d13e4f167549c0.tar.gz
inkscape-03c35f6065f45346634cdcd8a9d13e4f167549c0.zip
SPAttributeEnum typed function arguments
Diffstat (limited to 'src/object/sp-style-elem.h')
-rw-r--r--src/object/sp-style-elem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-style-elem.h b/src/object/sp-style-elem.h
index 3d0919a2f..65fede562 100644
--- a/src/object/sp-style-elem.h
+++ b/src/object/sp-style-elem.h
@@ -13,7 +13,7 @@ public:
bool is_css;
void build(SPDocument* doc, Inkscape::XML::Node* repr) override;
- void set(unsigned int key, char const* value) override;
+ void set(SPAttributeEnum key, char const* value) override;
void read_content() override;
Inkscape::XML::Node* write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, unsigned int flags) override;
};