mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-03 23:05:11 -04:00
Linux build.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user