mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
NULL to nullptr
This commit is contained in:
@@ -44,7 +44,7 @@ namespace EQEmu {
|
||||
std::string final_name = "EQEmuMutex_";
|
||||
final_name += name;
|
||||
|
||||
imp_->mut_ = CreateMutex(NULL,
|
||||
imp_->mut_ = CreateMutex(nullptr,
|
||||
FALSE,
|
||||
final_name.c_str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user