diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-22 22:09:01 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-23 21:37:56 +0000 |
| commit | e65551ff4a5356b86a973bcbe4ef973bdf09525c (patch) | |
| tree | 627efd33fd2695caf16a5b9f52b8b2da22a14343 /src/object/sp-path.h | |
| parent | Remove pathh orig file (diff) | |
| download | inkscape-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.h | 1 |
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; |
