From f2aa7dc620e01b4663622f1862f05768ec633f41 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 29 Feb 2012 21:15:53 +0100 Subject: cppcheck added todo warning for sp-conn-end (after devmail message) (bzr r11033) --- src/sp-conn-end.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sp-conn-end.cpp') diff --git a/src/sp-conn-end.cpp b/src/sp-conn-end.cpp index 80a1cce33..f8d5694da 100644 --- a/src/sp-conn-end.cpp +++ b/src/sp-conn-end.cpp @@ -74,6 +74,8 @@ static bool try_get_intersect_point_with_item_recursive(Geom::PathVector& conn_p const Geom::PathVector& curve_pv = item_curve->get_pathvector(); Geom::CrossingSet cross = crossings(conn_pv, curve_pv); // iterate over all Crossings + //TODO: check correctness of the following code: inner loop uses loop variable + // with a name identical to the loop variable of the outer loop. Then rename. for (Geom::CrossingSet::const_iterator i = cross.begin(); i != cross.end(); ++i) { const Geom::Crossings& cr = *i; -- cgit v1.2.3