1
0

Forgot extra lines.

This commit is contained in:
STRWarrior 2014-02-05 18:14:51 +01:00
parent 7c750914f0
commit d6142b53f3

View File

@ -133,6 +133,10 @@ void cGroupManager::LoadGroups()
} }
} }
cGroup* cGroupManager::GetGroup( const AString & a_Name ) cGroup* cGroupManager::GetGroup( const AString & a_Name )
{ {
GroupMap::iterator itr = m_pState->Groups.find( a_Name ); GroupMap::iterator itr = m_pState->Groups.find( a_Name );