diff options
Diffstat (limited to 'src/sp-path.h')
| -rw-r--r-- | src/sp-path.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-path.h b/src/sp-path.h index 77c64a2cc..5f8a91d98 100644 --- a/src/sp-path.h +++ b/src/sp-path.h @@ -54,10 +54,10 @@ public: virtual void set(unsigned int key, gchar const* value); virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags); - virtual const char* displayName(); - virtual gchar* description(); + virtual const char* displayName() const; + virtual gchar* description() const; virtual Geom::Affine set_transform(Geom::Affine const &transform); - virtual void convert_to_guides(); + virtual void convert_to_guides() const; virtual void update_patheffect(bool write); }; |
