diff options
Diffstat (limited to 'include/vcl/metric.hxx')
-rw-r--r-- | include/vcl/metric.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/metric.hxx b/include/vcl/metric.hxx index 7a7c7d30c860..ba2393d4123e 100644 --- a/include/vcl/metric.hxx +++ b/include/vcl/metric.hxx @@ -212,8 +212,8 @@ private: sal_uInt32 mnRefCount; // prevent assignment and copy construction - FontCharMap( const FontCharMap& ) SAL_DELETED_FUNCTION; - void operator=( const FontCharMap& ) SAL_DELETED_FUNCTION; + FontCharMap( const FontCharMap& ) = delete; + void operator=( const FontCharMap& ) = delete; }; inline void intrusive_ptr_add_ref(FontCharMap* pFontCharMap) |