diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-10-15 20:03:44 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-10-15 20:03:44 +0000 |
| commit | 47b55c0d9fccf3994f86fd764cefca3a2f734dbe (patch) | |
| tree | fae67e17d41b9848ab204db00cc37ecbd2b9098b /src/livarot | |
| parent | Use desktop coordinates for finding snap candidates (regression introduced in... (diff) | |
| download | inkscape-47b55c0d9fccf3994f86fd764cefca3a2f734dbe.tar.gz inkscape-47b55c0d9fccf3994f86fd764cefca3a2f734dbe.zip | |
cppcheck
(bzr r10678)
Diffstat (limited to 'src/livarot')
| -rw-r--r-- | src/livarot/Shape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/Shape.h b/src/livarot/Shape.h index 5077a6da1..1a804a48c 100644 --- a/src/livarot/Shape.h +++ b/src/livarot/Shape.h @@ -317,7 +317,7 @@ public: void QuickScan(float &pos, int &curP, float to, AlphaLigne* line, float step); void Transform(Geom::Affine const &tr) - {for(std::vector<dg_point>::iterator it=_pts.begin();it!=_pts.end();it++) it->x*=tr;} + {for(std::vector<dg_point>::iterator it=_pts.begin();it!=_pts.end();++it) it->x*=tr;} std::vector<back_data> ebData; std::vector<voronoi_point> vorpData; |
