Storage: Use unique_ptr for instance.

This commit is contained in:
Peter Johnson
2015-07-14 23:15:08 -07:00
committed by Peter Johnson
parent dbd0c98306
commit 4d3fb3c497
2 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
using namespace ntimpl;
Storage* Storage::m_instance = nullptr;
std::unique_ptr<Storage> Storage::m_instance;
Storage::Storage() {}