summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-shape.cpp')
-rw-r--r--src/sp-shape.cpp1
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;