summaryrefslogtreecommitdiff
path: root/include/cppuhelper/typeprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/typeprovider.hxx')
-rw-r--r--include/cppuhelper/typeprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/typeprovider.hxx b/include/cppuhelper/typeprovider.hxx
index c98e260c3bdd..9dc9709cbae5 100644
--- a/include/cppuhelper/typeprovider.hxx
+++ b/include/cppuhelper/typeprovider.hxx
@@ -191,7 +191,7 @@ public:
@param bUseEthernetAddress whether an ethernet mac address should be taken into account
*/
inline OImplementationId( bool bUseEthernetAddress = true )
- : _pSeq( 0 )
+ : _pSeq( NULL )
, _bUseEthernetAddress( bUseEthernetAddress )
{}
/** Constructor giving implementation id.