Fix compile error triggered by UIHelper.cpp

This commit is contained in:
samuele3hu 2014-10-18 00:25:55 +08:00
parent 6502beaf95
commit 529ee72432
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ std::string Helper::getSubStringOfUTF8String(const std::string& str, std::string
return str.substr(min,max);
}
void changeLayoutSystemActiveState(bool bActive)
void Helper::changeLayoutSystemActiveState(bool bActive)
{
_activeLayout = bActive;
}