mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Replace Trinity::make_unique with std (#24869)
This commit is contained in:
committed by
GitHub
parent
01c8d03e2e
commit
bab5fd87a3
@@ -936,7 +936,7 @@ private:
|
||||
}
|
||||
|
||||
// Create the source listener
|
||||
auto listener = Trinity::make_unique<SourceUpdateListener>(
|
||||
auto listener = std::make_unique<SourceUpdateListener>(
|
||||
sScriptReloadMgr->GetSourceDirectory() / module_name,
|
||||
module_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user