summaryrefslogtreecommitdiffstats
path: root/basegfx/source/raster/rasterconvert3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/raster/rasterconvert3d.cxx')
-rw-r--r--basegfx/source/raster/rasterconvert3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/raster/rasterconvert3d.cxx b/basegfx/source/raster/rasterconvert3d.cxx
index 859ed47721e8..951cdbd65ebd 100644
--- a/basegfx/source/raster/rasterconvert3d.cxx
+++ b/basegfx/source/raster/rasterconvert3d.cxx
@@ -101,7 +101,7 @@ namespace basegfx
aCurrentEntry->incrementRasterConversionLineEntry3D(nStep, *this);
}
- aCurrentLine.push_back(&(*(aCurrentEntry)));
+ aCurrentLine.push_back(&(*aCurrentEntry));
}
}