diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-12 15:57:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-12 15:57:36 +0200 |
commit | a6060e02f7f8c1966e5f54bbe186a445a74942e7 (patch) | |
tree | 8470b22058db0c7427fc782543aa68abe90d5508 /include/connectivity | |
parent | 9624bde1c36a3c1b86d8d88f97bc729ac4d65853 (diff) |
Fix typo relase_ChildImpl -> release_ChildImpl
Change-Id: I68faf8cfb8eb390e7970383b8a6596a9dd3f95f7
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/OSubComponent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/OSubComponent.hxx b/include/connectivity/OSubComponent.hxx index 1955c543da52..0ee4e1248099 100644 --- a/include/connectivity/OSubComponent.hxx +++ b/include/connectivity/OSubComponent.hxx @@ -70,7 +70,7 @@ namespace connectivity ::osl::MutexGuard aGuard( m_pDerivedImplementation->WEAK::rBHelper.rMutex ); m_xParent.clear(); } - void relase_ChildImpl() throw () + void release_ChildImpl() throw () { #if 0 ::connectivity::release(m_pDerivedImplementation->m_refCount, |