mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Use nullptr.
Change-Id: I469bbe4994ea22a22d2d72e47d72cab606d43eef
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
|
||||
void Reset()
|
||||
{
|
||||
m_error = 0;
|
||||
m_error = nullptr;
|
||||
}
|
||||
|
||||
const char* GetError() const
|
||||
|
||||
Reference in New Issue
Block a user