Kaydet (Commit) ff66509d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:nullptr

Change-Id: I639638cb9cc387178183760137c0510802b8c6d9
üst f2876214
......@@ -57,7 +57,7 @@ protected:
ReaderData* mpReaderData;
GraphicReader() :
mpReaderData( NULL ) {}
mpReaderData( nullptr ) {}
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment