From 4f3a5e54bcec558a4fd79fca63b03d272aacb3b3 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 26 Sep 2023 18:10:03 -0400 Subject: [PATCH] Fix template annotations --- LEGO1/mxdsactionlist.h | 6 +++--- LEGO1/mxpresenterlist.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LEGO1/mxdsactionlist.h b/LEGO1/mxdsactionlist.h index bdba9826..fe0e162c 100644 --- a/LEGO1/mxdsactionlist.h +++ b/LEGO1/mxdsactionlist.h @@ -26,12 +26,12 @@ class MxDSActionList : public MxList typedef MxListCursorChild MxDSActionListCursor; // OFFSET: LEGO1 0x100c9cc0 TEMPLATE -// MxListParent::Compare +// MxListParent::Compare // OFFSET: LEGO1 0x100c9d20 TEMPLATE -// MxListParent::Destroy +// MxListParent::Destroy // OFFSET: LEGO1 0x100c9d30 TEMPLATE -// MxList::~MxList +// MxList::~MxList #endif // MXDSACTIONLIST_H diff --git a/LEGO1/mxpresenterlist.h b/LEGO1/mxpresenterlist.h index a8a8abcd..0ee54a85 100644 --- a/LEGO1/mxpresenterlist.h +++ b/LEGO1/mxpresenterlist.h @@ -27,12 +27,12 @@ class MxPresenterList : public MxPresenterListParent typedef MxListCursorChildChild MxPresenterListCursor; // OFFSET: LEGO1 0x1001cd20 TEMPLATE -// MxListParent::Compare +// MxListParent::Compare // OFFSET: LEGO1 0x1001cd30 TEMPLATE -// MxListParent::Destroy +// MxListParent::Destroy // OFFSET: LEGO1 0x1001ce20 TEMPLATE -// MxList::~MxList +// MxList::~MxList #endif // MXPRESENTERLIST_H