diff options
Diffstat (limited to 'src/object/sp-shape.h')
| -rw-r--r-- | src/object/sp-shape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-shape.h b/src/object/sp-shape.h index 1fa8dbe4d..74e1135c1 100644 --- a/src/object/sp-shape.h +++ b/src/object/sp-shape.h @@ -63,7 +63,7 @@ public: void update(SPCtx* ctx, unsigned int flags) override; void modified(unsigned int flags) 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; Geom::OptRect bbox(Geom::Affine const &transform, SPItem::BBoxType bboxtype) const override; |
