mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Add annotation
This commit is contained in:
parent
ae54934108
commit
eb1623ea0a
@ -42,7 +42,7 @@ class LegoNotifyList : public MxPtrList<MxCore> {
|
|||||||
virtual MxS8 Compare(MxCore* p_element1, MxCore* p_element2) override
|
virtual MxS8 Compare(MxCore* p_element1, MxCore* p_element2) override
|
||||||
{
|
{
|
||||||
return p_element1 == p_element2 ? 0 : p_element1 < p_element2 ? -1 : 1;
|
return p_element1 == p_element2 ? 0 : p_element1 < p_element2 ? -1 : 1;
|
||||||
}
|
} // vtable+0x14
|
||||||
|
|
||||||
public:
|
public:
|
||||||
LegoNotifyList(MxBool p_ownership = FALSE) : MxPtrList<MxCore>(p_ownership) {}
|
LegoNotifyList(MxBool p_ownership = FALSE) : MxPtrList<MxCore>(p_ownership) {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user