The big NULL replacement party part 5.
Right. ' = NULL' would get a lot of these.
This commit is contained in:
+2
-2
@@ -35,8 +35,8 @@ protected:
|
||||
{
|
||||
PageToShow()
|
||||
{
|
||||
pCourse = NULL;
|
||||
pTrail = NULL;
|
||||
pCourse = nullptr;
|
||||
pTrail = nullptr;
|
||||
}
|
||||
|
||||
int colorIndex;
|
||||
|
||||
Reference in New Issue
Block a user