diff options
Diffstat (limited to 'basegfx/source')
-rw-r--r-- | basegfx/source/polygon/b2dpolygon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolygon.cxx b/basegfx/source/polygon/b2dpolygon.cxx index d2c0a67824fd..f46c37729939 100644 --- a/basegfx/source/polygon/b2dpolygon.cxx +++ b/basegfx/source/polygon/b2dpolygon.cxx @@ -637,7 +637,7 @@ public: } } - ImplB2DPolygon& operator=( const ImplB2DPolygon& ) SAL_DELETED_FUNCTION; + ImplB2DPolygon& operator=( const ImplB2DPolygon& ) = delete; sal_uInt32 count() const { |