From db4017cb710b254ccc4e1980fdf419134afab252 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 1 Dec 2011 21:22:34 +0100 Subject: The other uses of pReserved had been changed to nStaticRefCount in 2001. --- cppu/source/typelib/static_types.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu') diff --git a/cppu/source/typelib/static_types.cxx b/cppu/source/typelib/static_types.cxx index 0727faf6b120..32e468443810 100644 --- a/cppu/source/typelib/static_types.cxx +++ b/cppu/source/typelib/static_types.cxx @@ -578,7 +578,7 @@ void SAL_CALL typelib_static_enum_type_init( OSL_ASSERT( *ppRef == pReg->pWeakRef ); } // another static ref: - ++(*(sal_Int32 *)&(*ppRef)->pReserved); + ++((*ppRef)->nStaticRefCount); } } } -- cgit v1.2.3