summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2009-07-16 14:55:16 +0000
committercilix42 <cilix42@users.sourceforge.net>2009-07-16 14:55:16 +0000
commit49a274f32919fa63e96bb66e76b691afafda66ff (patch)
tree6ef36db56a95d6fc012151d3674c77fac89a0bb9 /src/sp-guide.h
parentKhmer translation updated (diff)
downloadinkscape-49a274f32919fa63e96bb66e76b691afafda66ff.tar.gz
inkscape-49a274f32919fa63e96bb66e76b691afafda66ff.zip
Implement guide behaviour as discussed on the mailing list
(bzr r8293)
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 593e4583f..6bf541cd1 100644
--- a/src/sp-guide.h
+++ b/src/sp-guide.h
@@ -59,7 +59,7 @@ void sp_guide_moveto(SPGuide const &guide, Geom::Point const point_on_line, bool
void sp_guide_set_normal(SPGuide const &guide, Geom::Point const normal_to_line, bool const commit);
void sp_guide_remove(SPGuide *guide);
-char *sp_guide_description(SPGuide const *guide);
+char *sp_guide_description(SPGuide const *guide, const bool verbose = true);
#endif /* !SP_GUIDE_H */