Fix template annotations

This commit is contained in:
Christian Semmler 2023-09-26 18:10:03 -04:00
parent 994bc46b78
commit 4f3a5e54bc
2 changed files with 6 additions and 6 deletions

View File

@ -26,12 +26,12 @@ class MxDSActionList : public MxList<MxDSAction*>
typedef MxListCursorChild<MxDSAction*> MxDSActionListCursor;
// OFFSET: LEGO1 0x100c9cc0 TEMPLATE
// MxListParent<MxDSAction*>::Compare
// MxListParent<MxDSAction *>::Compare
// OFFSET: LEGO1 0x100c9d20 TEMPLATE
// MxListParent<MxDSAction*>::Destroy
// MxListParent<MxDSAction *>::Destroy
// OFFSET: LEGO1 0x100c9d30 TEMPLATE
// MxList<MxDSAction*>::~MxList<MxDSAction*>
// MxList<MxDSAction *>::~MxList<MxDSAction *>
#endif // MXDSACTIONLIST_H

View File

@ -27,12 +27,12 @@ class MxPresenterList : public MxPresenterListParent
typedef MxListCursorChildChild<MxPresenter*> MxPresenterListCursor;
// OFFSET: LEGO1 0x1001cd20 TEMPLATE
// MxListParent<MxPresenter*>::Compare
// MxListParent<MxPresenter *>::Compare
// OFFSET: LEGO1 0x1001cd30 TEMPLATE
// MxListParent<MxPresenter*>::Destroy
// MxListParent<MxPresenter *>::Destroy
// OFFSET: LEGO1 0x1001ce20 TEMPLATE
// MxList<MxPresenter*>::~MxList<MxPresenter*>
// MxList<MxPresenter *>::~MxList<MxPresenter *>
#endif // MXPRESENTERLIST_H