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 e9872a97d7af..e2049696e500 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& ); - void operator=( const FontCharMap& ); + FontCharMap( const FontCharMap& ) SAL_DELETED_FUNCTION; + void operator=( const FontCharMap& ) SAL_DELETED_FUNCTION; }; inline void intrusive_ptr_add_ref(FontCharMap* pFontCharMap) |