From a052eb9cc35efb5d9c990fb3b747e24b05cd60c3 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 12 Dec 2023 14:49:56 -0500 Subject: [PATCH] Fix annotations --- LEGO1/mxregionlist.h | 6 +++--- LEGO1/mxstringlist.h | 2 +- LEGO1/mxvariabletable.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LEGO1/mxregionlist.h b/LEGO1/mxregionlist.h index 33487c64..79860475 100644 --- a/LEGO1/mxregionlist.h +++ b/LEGO1/mxregionlist.h @@ -141,15 +141,15 @@ class MxRegionLeftRightListCursor : public MxPtrListCursor { // MxListCursor::operator= // TEMPLATE: LEGO1 0x100c58c0 -// MxList::_InsertEntry +// MxList::InsertEntry // TEMPLATE: LEGO1 0x100c5970 -// MxList::_InsertEntry +// MxList::InsertEntry // TEMPLATE: LEGO1 0x100c5a20 // MxListEntry::MxListEntry // TEMPLATE: LEGO1 0x100c5a40 -// MxList::_DeleteEntry +// MxList::DeleteEntry #endif // MXREGIONLIST_H diff --git a/LEGO1/mxstringlist.h b/LEGO1/mxstringlist.h index 3b105d32..6e75683d 100644 --- a/LEGO1/mxstringlist.h +++ b/LEGO1/mxstringlist.h @@ -30,7 +30,7 @@ class MxStringListCursor : public MxListCursor { // MxList::Append // TEMPLATE: LEGO1 0x100cc2d0 -// MxList::_InsertEntry +// MxList::InsertEntry // TEMPLATE: LEGO1 0x100cc3c0 // MxListEntry::MxListEntry diff --git a/LEGO1/mxvariabletable.h b/LEGO1/mxvariabletable.h index b8e831c9..7821311e 100644 --- a/LEGO1/mxvariabletable.h +++ b/LEGO1/mxvariabletable.h @@ -54,6 +54,6 @@ class MxVariableTable : public MxHashTable { // MxHashTable::Resize // TEMPLATE: LEGO1 0x100b7b80 -// MxHashTable::_NodeInsert +// MxHashTable::NodeInsert #endif // MXVARIABLETABLE_H