mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
NULL to nullptr
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "../common/debug.h"
|
||||
#include "queryservconfig.h"
|
||||
|
||||
queryservconfig *queryservconfig::_chat_config = NULL;
|
||||
queryservconfig *queryservconfig::_chat_config = nullptr;
|
||||
|
||||
string queryservconfig::GetByName(const string &var_name) const {
|
||||
return(EQEmuConfig::GetByName(var_name));
|
||||
|
||||
Reference in New Issue
Block a user