summaryrefslogtreecommitdiff
path: root/shell/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:23:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:39 +0100
commit7a8d48f57d106005be80e37ac74e8e2544ad83fe (patch)
tree4fe46b96ce47ff3bced1e9a6bf17cff87081b179 /shell/inc
parent28034eaf925aa50d379dd5cffccc20d7edc95aec (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ied61699170bd5d2c3878135b1a43b4dc1deff4d4
Diffstat (limited to 'shell/inc')
-rw-r--r--shell/inc/internal/xml_parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/inc/internal/xml_parser.hxx b/shell/inc/internal/xml_parser.hxx
index a24d6bf3b65f..975f17afaddc 100644
--- a/shell/inc/internal/xml_parser.hxx
+++ b/shell/inc/internal/xml_parser.hxx
@@ -58,7 +58,7 @@ class i_xml_parser_event_handler;
class xml_parser
{
public:
- xml_parser(const XML_Char* EncodingName = 0);
+ xml_parser(const XML_Char* EncodingName = nullptr);
~xml_parser();