diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-06 08:59:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-06 09:52:42 +0000 |
commit | 504e01e52e38583c6bcbd620973b314596633cdb (patch) | |
tree | 4961d6c203fad9b01aad7de16eee2dc5ae344745 /cppu | |
parent | 2d3203b2db5b44592e70e52c9927324b65a45e06 (diff) |
typo in OSL_DEBUG_LEVEL > 1 code
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index a0ed5255d9aa..169d29da3fcc 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -737,7 +737,7 @@ extern "C" void SAL_CALL typelib_typedescription_newEmpty( pRet = (typelib_TypeDescription *)pTmp; #if OSL_DEBUG_LEVEL > 1 osl_incrementInterlockedCount( - &Init::get()->InterfaceMethodTypeDescriptionCount ); + &Init::get()->nInterfaceMethodTypeDescriptionCount ); #endif pTmp->aBase.pMemberName = 0; pTmp->pReturnTypeRef = 0; |