summaryrefslogtreecommitdiffstats
path: root/src/object/sp-polyline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-polyline.h')
-rw-r--r--src/object/sp-polyline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-polyline.h b/src/object/sp-polyline.h
index 6a689a6f0..6edb056ec 100644
--- a/src/object/sp-polyline.h
+++ b/src/object/sp-polyline.h
@@ -12,7 +12,7 @@ public:
~SPPolyLine() override;
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;
Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags) override;
char* description() const override;