summaryrefslogtreecommitdiffstats
path: root/src/object/sp-path.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-04-22 22:09:01 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-04-23 21:37:56 +0000
commite65551ff4a5356b86a973bcbe4ef973bdf09525c (patch)
tree627efd33fd2695caf16a5b9f52b8b2da22a14343 /src/object/sp-path.h
parentRemove pathh orig file (diff)
downloadinkscape-e65551ff4a5356b86a973bcbe4ef973bdf09525c.tar.gz
inkscape-e65551ff4a5356b86a973bcbe4ef973bdf09525c.zip
Fix warings on updates
Diffstat (limited to 'src/object/sp-path.h')
-rw-r--r--src/object/sp-path.h1
1 files changed, 1 insertions, 0 deletions
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;