From 5154ba5991bb477bb68a7831250bd15b65f650ac Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sat, 5 Jul 2008 02:54:00 +0000 Subject: Warning cleanup (bzr r6163) --- src/sp-shape.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp-shape.cpp') 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; -- cgit v1.2.3