summaryrefslogtreecommitdiffstats
path: root/src/object/sp-spiral.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-spiral.h')
-rw-r--r--src/object/sp-spiral.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-spiral.h b/src/object/sp-spiral.h
index 4b92c6156..f9ee5c00d 100644
--- a/src/object/sp-spiral.h
+++ b/src/object/sp-spiral.h
@@ -64,7 +64,7 @@ public:
void build(SPDocument* doc, Inkscape::XML::Node* repr) override;
Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags) override;
void update(SPCtx *ctx, unsigned int flags) override;
- void set(unsigned int key, char const* value) override;
+ void set(SPAttributeEnum key, char const* value) override;
void snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape::SnapPreferences const *snapprefs) const override;
const char* displayName() const override;