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/sp-flowtext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-flowtext.cpp') diff --git a/src/sp-flowtext.cpp b/src/sp-flowtext.cpp index e7dcc559f..dc5b1d8bd 100644 --- a/src/sp-flowtext.cpp +++ b/src/sp-flowtext.cpp @@ -460,7 +460,7 @@ void SPFlowtext::_buildLayoutInput(SPObject *root, Shape const *exclusion_shape, } } else if (SP_IS_FLOWREGION(child)) { std::vector const &computed = SP_FLOWREGION(child)->computed; - for (std::vector::const_iterator it = computed.begin() ; it != computed.end() ; it++) { + for (std::vector::const_iterator it = computed.begin() ; it != computed.end() ; ++it) { shapes->push_back(Shape()); if (exclusion_shape->hasEdges()) { shapes->back().Booleen(*it, const_cast(exclusion_shape), bool_op_diff); -- cgit v1.2.3