typo in OSL_DEBUG_LEVEL > 1 code

This commit is contained in:
Caolán McNamara
2012-01-06 08:59:45 +00:00
parent 2d3203b2db
commit 504e01e52e

View File

@@ -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;