Update mxlist.h

This commit is contained in:
Christian Semmler 2023-09-19 17:55:57 -04:00 committed by GitHub
parent 587337b75c
commit 8c9f32004f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ class MxList : protected MxListParent<T>
virtual ~MxList();
void Append(T*);
inline MxU32 GetCount() { return m_count; }
MxU32 GetCount() { return m_count; }
friend class MxListCursor<T>;
@ -203,4 +203,4 @@ inline void MxListCursor<T>::SetValue(T *p_obj)
m_match->m_obj = p_obj;
}
#endif // MXLIST_H
#endif // MXLIST_H