The big NULL replacement party part 5.
Right. ' = NULL' would get a lot of these.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <set>
|
||||
#include <map>
|
||||
|
||||
MessageManager* MESSAGEMAN = NULL; // global and accessable from anywhere in our program
|
||||
MessageManager* MESSAGEMAN = nullptr; // global and accessable from anywhere in our program
|
||||
|
||||
|
||||
static const char *MessageIDNames[] = {
|
||||
|
||||
Reference in New Issue
Block a user