diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-07-05 02:54:00 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-07-05 02:54:00 +0000 |
| commit | 5154ba5991bb477bb68a7831250bd15b65f650ac (patch) | |
| tree | 1ddba90992eaed07313cb19594bac3128325f7d0 /src/sp-shape.cpp | |
| parent | another fix for parallel knotholder and nodepath (diff) | |
| download | inkscape-5154ba5991bb477bb68a7831250bd15b65f650ac.tar.gz inkscape-5154ba5991bb477bb68a7831250bd15b65f650ac.zip | |
Warning cleanup
(bzr r6163)
Diffstat (limited to 'src/sp-shape.cpp')
| -rw-r--r-- | src/sp-shape.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index 54f674f6b..5fee7cc48 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -1060,6 +1060,7 @@ sp_shape_has_markers (SPShape const *shape) int sp_shape_number_of_markers (SPShape *shape, int type) { +// TODO fixme: this looks very bad that the type parameter is ignored. Geom::PathVector const & pathv = shape->curve->get_pathvector(); guint n = shape->marker[SP_MARKER_LOC_START] ? pathv.size() : 0; |
