mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 05:05:09 -04:00
Linux build.
This commit is contained in:
@ -1366,7 +1366,7 @@ private:
|
||||
/// <returns>The corrected name if one was found, else the passed in name.</returns>
|
||||
static string GetCorrectedParamName(const unordered_map<string, string>& names, const char* name)
|
||||
{
|
||||
auto& newName = names.find(ToLower(name));
|
||||
const auto& newName = names.find(ToLower(name));
|
||||
|
||||
if (newName != names.end())
|
||||
return newName->second;
|
||||
|
Reference in New Issue
Block a user