mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Revert change to bool return value.
This commit is contained in:
parent
9a5d53034c
commit
83de02d08d
@ -44,7 +44,7 @@ class ViewLODList : public LODList<ViewLOD> {
|
|||||||
// ??? for now, until we have symbol management
|
// ??? for now, until we have symbol management
|
||||||
typedef const char* ROIName;
|
typedef const char* ROIName;
|
||||||
struct ROINameComparator {
|
struct ROINameComparator {
|
||||||
int operator()(const ROIName& rName1, const ROIName& rName2) const
|
bool operator()(const ROIName& rName1, const ROIName& rName2) const
|
||||||
{
|
{
|
||||||
return strcmp((const char*) rName1, (const char*) rName2) > 0;
|
return strcmp((const char*) rName1, (const char*) rName2) > 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user