mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-14 03:38:33 +00:00
NULL to nullptr
This commit is contained in:
+1
-1
@@ -18,5 +18,5 @@
|
||||
#include "../common/debug.h"
|
||||
#include "ZoneConfig.h"
|
||||
|
||||
ZoneConfig *ZoneConfig::_zone_config = NULL;
|
||||
ZoneConfig *ZoneConfig::_zone_config = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user