Core: Fixed build broken by previous commit

--HG--
branch : trunk
extra : rebase_source : 40f72a7b78daedb90351f36de575b3fa7e57fcbf
This commit is contained in:
Shauren
2010-12-24 13:03:52 +01:00
parent 8a8dedfd6e
commit fe1de5b1db

View File

@@ -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;