fix build error

This commit is contained in:
CodeCodon
2015-07-12 13:51:05 -05:00
parent 9fc2306af5
commit 864d5090f8
@@ -54,7 +54,7 @@ private:
inline const SkillManager::SkillMap & SkillManager::getSkillMap() const
{
return *NON_NULL(m_skillMap);
return *(m_skillMap);
}
//---------------------------------------------------------------------