mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 02:31:03 +00:00
NULL to nullptr
This commit is contained in:
@@ -52,7 +52,7 @@ void TimeoutManager::CheckTimeouts() {
|
||||
|
||||
//methods called by Timeoutable objects:
|
||||
void TimeoutManager::AddMember(Timeoutable *who) {
|
||||
if(who == NULL)
|
||||
if(who == nullptr)
|
||||
return;
|
||||
|
||||
DeleteMember(who); //just in case... prolly not needed.
|
||||
|
||||
Reference in New Issue
Block a user