mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Remove space
This commit is contained in:
parent
7857355b0c
commit
0982c69fbd
@ -84,7 +84,7 @@ class MxListCursor : public MxCore
|
|||||||
void Detach();
|
void Detach();
|
||||||
MxBool Next(T*& p_obj);
|
MxBool Next(T*& p_obj);
|
||||||
void Reset() { m_match = NULL; }
|
void Reset() { m_match = NULL; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
MxList<T> *m_list;
|
MxList<T> *m_list;
|
||||||
MxListEntry<T> *m_match;
|
MxListEntry<T> *m_match;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user