summaryrefslogtreecommitdiff
path: root/include/basegfx/raster/bpixelraster.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/raster/bpixelraster.hxx')
-rw-r--r--include/basegfx/raster/bpixelraster.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basegfx/raster/bpixelraster.hxx b/include/basegfx/raster/bpixelraster.hxx
index 6f2b21b107e8..67eea7d31b15 100644
--- a/include/basegfx/raster/bpixelraster.hxx
+++ b/include/basegfx/raster/bpixelraster.hxx
@@ -31,8 +31,8 @@ namespace basegfx
class BPixelRaster
{
private:
- BPixelRaster(const BPixelRaster&) SAL_DELETED_FUNCTION;
- BPixelRaster& operator=(const BPixelRaster&) SAL_DELETED_FUNCTION;
+ BPixelRaster(const BPixelRaster&) = delete;
+ BPixelRaster& operator=(const BPixelRaster&) = delete;
protected:
sal_uInt32 mnWidth;