Add annotation

This commit is contained in:
Christian Semmler 2024-01-27 16:52:28 -05:00
parent ae54934108
commit eb1623ea0a

View File

@ -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) {}