diff options
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/weak.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx index 9a3a8bac1fae..3ffaba14ce23 100644 --- a/cppuhelper/source/weak.cxx +++ b/cppuhelper/source/weak.cxx @@ -203,7 +203,7 @@ void SAL_CALL OWeakConnectionPoint::removeReference(const Reference< XReference // Accidentally occurs in msvc mapfile = > had to be outlined. OWeakObject::OWeakObject() : m_refCount( 0 ), - m_pWeakConnectionPoint( 0 ) + m_pWeakConnectionPoint( nullptr ) { } #endif |