From 4b76a776617e80e53ebe3c25e9cb160dfb6bd60a Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 17 Sep 2023 06:35:51 -0400 Subject: [PATCH] Remove space --- LEGO1/mxlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxlist.h b/LEGO1/mxlist.h index 08e3944b..6f26cad8 100644 --- a/LEGO1/mxlist.h +++ b/LEGO1/mxlist.h @@ -39,7 +39,7 @@ class MxListParent : public MxCore // OFFSET: LEGO1 0x1001cd20 virtual MxS8 Compare(T *, T *) = 0; - + protected: MxU32 m_count; // +0x8 void (*m_customDestructor)(T *); // +0xc