From c33cd2e78e656865a9ece4a6ab6140607dbd4283 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 3 Dec 2023 13:33:56 -0500 Subject: [PATCH] Update mxcompositepresenter.h --- LEGO1/mxcompositepresenter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxcompositepresenter.h b/LEGO1/mxcompositepresenter.h index 21762786..198c9a2d 100644 --- a/LEGO1/mxcompositepresenter.h +++ b/LEGO1/mxcompositepresenter.h @@ -37,7 +37,7 @@ class MxCompositePresenter : public MxPresenter { virtual MxBool VTable0x64(undefined4 p_unknown); // vtable+0x64 private: - MxCompositePresenterList m_list; + MxCompositePresenterList m_list; // 0x40 }; #endif // MXCOMPOSITEPRESENTER_H