mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Minor style/naming fixes (#593)
This commit is contained in:
committed by
GitHub
parent
b281866ea6
commit
377eebb610
@@ -13,7 +13,10 @@
|
||||
#pragma warning(disable : 4237)
|
||||
|
||||
struct LegoContainerInfoComparator {
|
||||
LegoU8 operator()(const char* const& p_key0, const char* const& p_key1) const { return strcmp(p_key0, p_key1) > 0; }
|
||||
LegoBool operator()(const char* const& p_key0, const char* const& p_key1) const
|
||||
{
|
||||
return strcmp(p_key0, p_key1) > 0;
|
||||
}
|
||||
};
|
||||
|
||||
// SIZE 0x10
|
||||
|
||||
Reference in New Issue
Block a user