The big NULL replacement party part 6.
...and ', NULL' had even more to replace.
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ namespace
|
||||
static const luaL_Reg EnumLib[] = {
|
||||
{ "GetName", GetName },
|
||||
{ "Reverse", Reverse },
|
||||
{ NULL, NULL }
|
||||
{ NULL, nullptr }
|
||||
};
|
||||
|
||||
static void PushEnumMethodTable( lua_State *L )
|
||||
|
||||
Reference in New Issue
Block a user