From 03c35f6065f45346634cdcd8a9d13e4f167549c0 Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Sat, 6 Oct 2018 13:28:39 +0000 Subject: SPAttributeEnum typed function arguments --- src/object/sp-mesh-patch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/sp-mesh-patch.h') diff --git a/src/object/sp-mesh-patch.h b/src/object/sp-mesh-patch.h index 5a7834ec7..c8f1feb41 100644 --- a/src/object/sp-mesh-patch.h +++ b/src/object/sp-mesh-patch.h @@ -32,7 +32,7 @@ public: protected: void build(SPDocument* doc, Inkscape::XML::Node* repr) override; - void set(unsigned int key, const char* value) override; + void set(SPAttributeEnum key, const char* value) override; void modified(unsigned int flags) override; Inkscape::XML::Node* write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, unsigned int flags) override; }; -- cgit v1.2.3