Linux build.

This commit is contained in:
mfeemster
2015-11-22 17:03:11 -08:00
parent 330074cfb2
commit 5e82167155
10 changed files with 34 additions and 27 deletions

View File

@ -141,7 +141,7 @@ FunctionMapper::FunctionMapper()
const string* FunctionMapper::GetGlobalFunc(const string& func)
{
auto& text = m_GlobalMap.find(func);
const auto& text = m_GlobalMap.find(func);
if (text != m_GlobalMap.end())
return &text->second;