mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Update mxlist.h
This commit is contained in:
parent
587337b75c
commit
8c9f32004f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user