From 2df257e95e655de7b0f888b033a56cd800d3002e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:16:29 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: I6e34abccb0bda1c76e30ab973b8fd827d6c99c72 --- helpcompiler/inc/HelpCompiler.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpcompiler/inc/HelpCompiler.hxx') diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx index b2ea7518a655..b3e325165dbd 100644 --- a/helpcompiler/inc/HelpCompiler.hxx +++ b/helpcompiler/inc/HelpCompiler.hxx @@ -175,8 +175,8 @@ public: xmlDocPtr default_doc; StreamTable() : - appl_hidlist(NULL), appl_keywords(NULL), appl_helptexts(NULL), appl_doc(NULL), - default_hidlist(NULL), default_keywords(NULL), default_helptexts(NULL), default_doc(NULL) + appl_hidlist(nullptr), appl_keywords(nullptr), appl_helptexts(nullptr), appl_doc(nullptr), + default_hidlist(nullptr), default_keywords(nullptr), default_helptexts(nullptr), default_doc(nullptr) {} void dropdefault() { -- cgit