summaryrefslogtreecommitdiff
path: root/registry/source/keyimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/keyimpl.hxx')
-rw-r--r--registry/source/keyimpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/source/keyimpl.hxx b/registry/source/keyimpl.hxx
index e7cb81071ccc..2b3880e9e70e 100644
--- a/registry/source/keyimpl.hxx
+++ b/registry/source/keyimpl.hxx
@@ -31,8 +31,8 @@ public:
ORegKey(const OUString& keyName, ORegistry* pReg);
~ORegKey();
- sal_uInt32 acquire()
- { return ++m_refCount; }
+ void acquire()
+ { ++m_refCount; }
sal_uInt32 release()
{ return --m_refCount; }