Kaydet (Commit) 504e01e5 authored tarafından Caolán McNamara's avatar Caolán McNamara

typo in OSL_DEBUG_LEVEL > 1 code

üst 2d3203b2
...@@ -737,7 +737,7 @@ extern "C" void SAL_CALL typelib_typedescription_newEmpty( ...@@ -737,7 +737,7 @@ extern "C" void SAL_CALL typelib_typedescription_newEmpty(
pRet = (typelib_TypeDescription *)pTmp; pRet = (typelib_TypeDescription *)pTmp;
#if OSL_DEBUG_LEVEL > 1 #if OSL_DEBUG_LEVEL > 1
osl_incrementInterlockedCount( osl_incrementInterlockedCount(
&Init::get()->InterfaceMethodTypeDescriptionCount ); &Init::get()->nInterfaceMethodTypeDescriptionCount );
#endif #endif
pTmp->aBase.pMemberName = 0; pTmp->aBase.pMemberName = 0;
pTmp->pReturnTypeRef = 0; pTmp->pReturnTypeRef = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment