diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:29:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:32:01 +0100 |
commit | 87bae0e188aa3ce3c31d1aa91707c0fad6b81b65 (patch) | |
tree | 0d57a266b067952edd63e7cd0b3caa07d8bbd87e /xmlhelp/source/cxxhelp/inc | |
parent | 42e2262cdd05718a3286f813da6f53805846da02 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: Ibdc68ac3fa6e1424337096c720c8c9605b767480
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/tvread.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx index 62046c65d42d..9373fd6fbeff 100644 --- a/xmlhelp/source/cxxhelp/inc/tvread.hxx +++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx @@ -166,7 +166,7 @@ namespace treeview { friend class TVChildTarget; public: - TVRead( const ConfigData& configData,TVDom* tvDom = 0 ); + TVRead( const ConfigData& configData,TVDom* tvDom = nullptr ); virtual ~TVRead(); |