From df6d495f2abfeceea439e909649fab23b34f2410 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 26 Apr 2012 11:41:59 +0100 Subject: fix OSL_DEBUG_LEVEL > 1 build --- cppu/source/typelib/typelib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu/source') 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; -- cgit