mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core: Fixed build broken by previous commit
--HG-- branch : trunk extra : rebase_source : 40f72a7b78daedb90351f36de575b3fa7e57fcbf
This commit is contained in:
@@ -24,7 +24,7 @@ static bool GetValueHelper(ACE_Configuration_Heap *mConf, const char *name, ACE_
|
||||
if (!mConf)
|
||||
return false;
|
||||
|
||||
ACE_GUARD_RETURN(ACE_Thread_Mutex, guard, sConfig->mMtx, false);
|
||||
ACE_GUARD_RETURN(ACE_Thread_Mutex, guard, (sConfig->mMtx), false);
|
||||
|
||||
ACE_TString section_name;
|
||||
ACE_Configuration_Section_Key section_key;
|
||||
|
||||
Reference in New Issue
Block a user