mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Storage: Use unique_ptr for instance.
This commit is contained in:
committed by
Peter Johnson
parent
dbd0c98306
commit
4d3fb3c497
@@ -15,7 +15,7 @@
|
||||
|
||||
using namespace ntimpl;
|
||||
|
||||
Storage* Storage::m_instance = nullptr;
|
||||
std::unique_ptr<Storage> Storage::m_instance;
|
||||
|
||||
Storage::Storage() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user