diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-26 11:41:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-26 11:41:59 +0100 |
commit | df6d495f2abfeceea439e909649fab23b34f2410 (patch) | |
tree | 7e6c9d981cc17c4ccc5c06e7dc7c417737d440b0 /cppu/source | |
parent | 6db29ba6b068e213254ede53e3092ddabeecfafe (diff) |
fix OSL_DEBUG_LEVEL > 1 build
Diffstat (limited to 'cppu/source')
-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 b47bc23b77ff..19851a3a2e47 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -729,7 +729,7 @@ extern "C" void SAL_CALL typelib_typedescription_newEmpty( pRet = (typelib_TypeDescription *)pTmp; #if OSL_DEBUG_LEVEL > 1 osl_incrementInterlockedCount( - &Init::get()->nInterfaceMethodTypeDescriptionCount ); + &Init::get().nInterfaceMethodTypeDescriptionCount ); #endif pTmp->aBase.pMemberName = 0; pTmp->pReturnTypeRef = 0; |