From 73edade30f70b4c0ad94c9561b4e4ec0675465b0 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sun, 27 Oct 2013 00:00:51 +0200 Subject: Added some consts. (bzr r12729) --- src/sp-spiral.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sp-spiral.h') diff --git a/src/sp-spiral.h b/src/sp-spiral.h index 4e067981b..64b95d951 100644 --- a/src/sp-spiral.h +++ b/src/sp-spiral.h @@ -66,9 +66,9 @@ public: virtual void update(SPCtx *ctx, guint flags); virtual void set(unsigned int key, gchar const* value); - virtual void snappoints(std::vector &p, Inkscape::SnapPreferences const *snapprefs); - virtual const char* displayName(); - virtual gchar* description(); + virtual void snappoints(std::vector &p, Inkscape::SnapPreferences const *snapprefs) const; + virtual const char* displayName() const; + virtual gchar* description() const; virtual void set_shape(); virtual void update_patheffect(bool write); -- cgit v1.2.3