Use nullptr.

Change-Id: I469bbe4994ea22a22d2d72e47d72cab606d43eef
This commit is contained in:
Peter Johnson
2015-06-22 23:30:32 -07:00
parent 42ad98567c
commit 0aab4c27e1
7 changed files with 19 additions and 19 deletions

View File

@@ -9,7 +9,7 @@
using namespace NtImpl;
Storage* Storage::m_instance = 0;
Storage* Storage::m_instance = nullptr;
Storage::Storage()
{