mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
fix build error
This commit is contained in:
@@ -54,7 +54,7 @@ private:
|
||||
|
||||
inline const SkillManager::SkillMap & SkillManager::getSkillMap() const
|
||||
{
|
||||
return *NON_NULL(m_skillMap);
|
||||
return *(m_skillMap);
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user