mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-30 12:19:04 +00:00
Fix syntax error in ASSERT() statement
This commit is contained in:
parent
0e0b83b478
commit
f1d67e1a64
@ -64,7 +64,7 @@ std::set<std::string> Strings::availableLanguages() const
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT(result.find(kDefLanguage) != result.end);
|
ASSERT(result.find(kDefLanguage) != result.end());
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user