diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-12-11 20:50:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-12-11 20:51:17 +0100 |
commit | ff66509d5045a98582abd9c3b59eeeb658e46a44 (patch) | |
tree | bbdebb63f076a377af698a8a0e761d04c0700714 /include | |
parent | f2876214d9566b61301f04c3e65cbbd21b25d07f (diff) |
loplugin:nullptr
Change-Id: I639638cb9cc387178183760137c0510802b8c6d9
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/graph.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index 81df1a4508f6..355a9c7ad7a9 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -57,7 +57,7 @@ protected: ReaderData* mpReaderData; GraphicReader() : - mpReaderData( NULL ) {} + mpReaderData( nullptr ) {} public: |