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