mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -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