summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-05-26 21:17:37 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-05-26 21:17:37 +0000
commitd08f8e9ed468767cc64766eb80ea134bb5edb197 (patch)
tree5ef0aa6763dc38420a0479469d4c2c8b352af65d /src/sp-guide.h
parentrename "set width" and "units per em" to "Em-size" (diff)
downloadinkscape-d08f8e9ed468767cc64766eb80ea134bb5edb197.tar.gz
inkscape-d08f8e9ed468767cc64766eb80ea134bb5edb197.zip
add entry widget to guideline dialog to change guide's label
(and fix some label xml writing and rendering bugs) (bzr r10234)
Diffstat (limited to 'src/sp-guide.h')
-rw-r--r--src/sp-guide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-guide.h b/src/sp-guide.h
index 1dcdbc662..a164fda84 100644
--- a/src/sp-guide.h
+++ b/src/sp-guide.h
@@ -63,7 +63,7 @@ void sp_guide_create_guides_around_page(SPDesktop *dt);
void sp_guide_moveto(SPGuide &guide, Geom::Point const point_on_line, bool const commit);
void sp_guide_set_normal(SPGuide &guide, Geom::Point const normal_to_line, bool const commit);
-void sp_guide_set_label(SPGuide &guide, char* const label, bool const commit);
+void sp_guide_set_label(SPGuide &guide, const char* label, bool const commit);
void sp_guide_remove(SPGuide *guide);
char *sp_guide_description(SPGuide const *guide, const bool verbose = true);