mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Use nullptr.
Change-Id: I469bbe4994ea22a22d2d72e47d72cab606d43eef
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
using namespace NtImpl;
|
||||
|
||||
Storage* Storage::m_instance = 0;
|
||||
Storage* Storage::m_instance = nullptr;
|
||||
|
||||
Storage::Storage()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user