From e985a34a61f30823a65db5343062a61ad6455c27 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 12 Dec 2023 14:37:13 -0500 Subject: [PATCH] Move annotation --- LEGO1/mxcompositepresenter.cpp | 3 --- LEGO1/mxcompositepresenter.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/mxcompositepresenter.cpp b/LEGO1/mxcompositepresenter.cpp index d5dbe5e3..67f0a9f6 100644 --- a/LEGO1/mxcompositepresenter.cpp +++ b/LEGO1/mxcompositepresenter.cpp @@ -256,6 +256,3 @@ MxBool MxCompositePresenter::HasTickleStatePassed(TickleState p_tickleState) return TRUE; } - -// TEMPLATE: LEGO1 0x100b6cd0 -// MxList::_DeleteEntry diff --git a/LEGO1/mxcompositepresenter.h b/LEGO1/mxcompositepresenter.h index cf08d050..56f5fc14 100644 --- a/LEGO1/mxcompositepresenter.h +++ b/LEGO1/mxcompositepresenter.h @@ -58,4 +58,7 @@ class MxCompositePresenter : public MxPresenter { // TEMPLATE: LEGO1 0x100b6340 // List::~List +// TEMPLATE: LEGO1 0x100b6cd0 +// MxList::_DeleteEntry + #endif // MXCOMPOSITEPRESENTER_H