The big NULL replacement party part 5.
Right. ' = NULL' would get a lot of these.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
#include "LuaManager.h"
|
||||
#include "LocalizedString.h"
|
||||
|
||||
RageInput* INPUTMAN = NULL; // globally accessable input device
|
||||
RageInput* INPUTMAN = nullptr; // globally accessable input device
|
||||
|
||||
static Preference<RString> g_sInputDrivers( "InputDrivers", "" ); // "" == DEFAULT_INPUT_DRIVER_LIST
|
||||
|
||||
|
||||
Reference in New Issue
Block a user