summaryrefslogtreecommitdiff
path: root/registry/source/reflwrit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/reflwrit.hxx')
-rw-r--r--registry/source/reflwrit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/source/reflwrit.hxx b/registry/source/reflwrit.hxx
index faecc5c57650..39a703259f64 100644
--- a/registry/source/reflwrit.hxx
+++ b/registry/source/reflwrit.hxx
@@ -90,8 +90,8 @@ public:
sal_uInt32 getBlopSize();
private:
- RegistryTypeWriter(RegistryTypeWriter &) = delete;
- void operator =(RegistryTypeWriter) = delete;
+ RegistryTypeWriter(RegistryTypeWriter const &) = delete;
+ void operator =(RegistryTypeWriter const &) = delete;
/// stores the handle of an implementation class
TypeWriterImpl m_hImpl;