diff options
Diffstat (limited to 'basegfx/source/raster/rasterconvert3d.cxx')
-rw-r--r-- | basegfx/source/raster/rasterconvert3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/raster/rasterconvert3d.cxx b/basegfx/source/raster/rasterconvert3d.cxx index c2c92361f9cf..501bdf93f2e5 100644 --- a/basegfx/source/raster/rasterconvert3d.cxx +++ b/basegfx/source/raster/rasterconvert3d.cxx @@ -106,7 +106,7 @@ namespace basegfx } } - aCurrentEntry++; + ++aCurrentEntry; } // sort current scanline using comparator. Only X is used there |