summaryrefslogtreecommitdiff
path: root/include/cppuhelper/weakref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/weakref.hxx')
-rw-r--r--include/cppuhelper/weakref.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/weakref.hxx b/include/cppuhelper/weakref.hxx
index 018454e4ffca..c07ec732c888 100644
--- a/include/cppuhelper/weakref.hxx
+++ b/include/cppuhelper/weakref.hxx
@@ -44,7 +44,7 @@ public:
/** Default ctor. Creates an empty weak reference.
*/
inline WeakReferenceHelper()
- : m_pImpl( 0 )
+ : m_pImpl( NULL )
{}
/** Copy ctor. Initialize this reference with the same interface as in rWeakRef.