diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:26:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:01 +0100 |
commit | 4a2f64620370587161b5437069c2f1d9f3d702d1 (patch) | |
tree | 5dac0ae9aaff806b9abe5c120d964abb4c360bed /include/osl/diagnose.hxx | |
parent | 034f2e1a2ace6c05e0a9fde192f4929303754544 (diff) |
loplugin:deletedspecial
Change-Id: I646d55ee80ceeefbb3647ec64278460cc5af579f
Diffstat (limited to 'include/osl/diagnose.hxx')
-rw-r--r-- | include/osl/diagnose.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx index e93573a49425..577b07c91d83 100644 --- a/include/osl/diagnose.hxx +++ b/include/osl/diagnose.hxx @@ -136,9 +136,8 @@ public: } private: - // not impl: - ObjectRegistry( ObjectRegistry const& ); - ObjectRegistry const& operator=( ObjectRegistry const& ); + ObjectRegistry( ObjectRegistry const& ) SAL_DELETED_FUNCTION; + ObjectRegistry const& operator=( ObjectRegistry const& ) SAL_DELETED_FUNCTION; ObjectRegistryData m_data; }; |