diff options
Diffstat (limited to 'src/sp-rect.h')
| -rw-r--r-- | src/sp-rect.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-rect.h b/src/sp-rect.h index 3219a3ace..aa3f88e42 100644 --- a/src/sp-rect.h +++ b/src/sp-rect.h @@ -55,13 +55,13 @@ public: virtual void update(SPCtx* ctx, unsigned int flags); virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags); - virtual const char* displayName(); + virtual const char* displayName() const; virtual void set_shape(); virtual Geom::Affine set_transform(Geom::Affine const& xform); - virtual void snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape::SnapPreferences const *snapprefs); - virtual void convert_to_guides(); + virtual void snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape::SnapPreferences const *snapprefs) const; + virtual void convert_to_guides() const; SVGLength x; SVGLength y; |
