From 97642b4ccedbca62162c9321509717ed86f31d6b Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 15 Feb 2012 21:50:04 +0100 Subject: cppcheck (bzr r10987) --- src/selection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection.cpp') diff --git a/src/selection.cpp b/src/selection.cpp index 412718994..45d8c43f2 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -478,7 +478,7 @@ std::vector Selection::getSnapPointsConvexHull(Sna if (!p.empty()) { std::vector::iterator i; Geom::RectHull cvh((p.front()).getPoint()); - for (i = p.begin(); i != p.end(); i++) { + for (i = p.begin(); i != p.end(); ++i) { // these are the points we get back cvh.add((*i).getPoint()); } -- cgit v1.2.3