diff options
Diffstat (limited to 'src/sp-rect.h')
| -rw-r--r-- | src/sp-rect.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sp-rect.h b/src/sp-rect.h index c04d57660..12f94a744 100644 --- a/src/sp-rect.h +++ b/src/sp-rect.h @@ -51,17 +51,17 @@ public: virtual void build(SPDocument* doc, Inkscape::XML::Node* repr); - void set(unsigned key, gchar const *value); - void update(SPCtx* ctx, unsigned int flags); + virtual void set(unsigned key, gchar const *value); + 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 gchar* description(); - void set_shape(); + virtual void set_shape(); virtual Geom::Affine set_transform(Geom::Affine const& xform); - void snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape::SnapPreferences const *snapprefs); - void convert_to_guides(); + virtual void snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape::SnapPreferences const *snapprefs); + virtual void convert_to_guides(); SVGLength x; SVGLength y; |
