From 8c9f32004fac4ae5356d7354c859976b0c035ef2 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 19 Sep 2023 17:55:57 -0400 Subject: [PATCH] Update mxlist.h --- LEGO1/mxlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/mxlist.h b/LEGO1/mxlist.h index 9d504c69..013ef852 100644 --- a/LEGO1/mxlist.h +++ b/LEGO1/mxlist.h @@ -59,7 +59,7 @@ class MxList : protected MxListParent virtual ~MxList(); void Append(T*); - inline MxU32 GetCount() { return m_count; } + MxU32 GetCount() { return m_count; } friend class MxListCursor; @@ -203,4 +203,4 @@ inline void MxListCursor::SetValue(T *p_obj) m_match->m_obj = p_obj; } -#endif // MXLIST_H \ No newline at end of file +#endif // MXLIST_H