From e65551ff4a5356b86a973bcbe4ef973bdf09525c Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 23 Apr 2018 00:09:01 +0200 Subject: Fix warings on updates --- src/object/sp-path.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/object/sp-path.h') diff --git a/src/object/sp-path.h b/src/object/sp-path.h index 3402938a1..661e346f7 100644 --- a/src/object/sp-path.h +++ b/src/object/sp-path.h @@ -42,6 +42,7 @@ public: virtual void update(SPCtx* ctx, unsigned int flags); virtual void set(unsigned int key, char const* value); + virtual void update_patheffect(bool write); virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags); virtual const char* displayName() const; -- cgit v1.2.3