summaryrefslogtreecommitdiff
path: root/include/cppuhelper/interfacecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/interfacecontainer.hxx')
-rw-r--r--include/cppuhelper/interfacecontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/interfacecontainer.hxx b/include/cppuhelper/interfacecontainer.hxx
index 09b47b5ffb72..a3bb65e4d0cc 100644
--- a/include/cppuhelper/interfacecontainer.hxx
+++ b/include/cppuhelper/interfacecontainer.hxx
@@ -50,7 +50,7 @@ inline OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::~OMu
while( iter != end )
{
delete static_cast<OInterfaceContainerHelper*>((*iter).second);
- (*iter).second = 0;
+ (*iter).second = NULL;
++iter;
}
delete m_pMap;