Remove space

This commit is contained in:
Christian Semmler 2023-09-17 06:44:21 -04:00
parent 7857355b0c
commit 0982c69fbd

View File

@ -84,7 +84,7 @@ class MxListCursor : public MxCore
void Detach();
MxBool Next(T*& p_obj);
void Reset() { m_match = NULL; }
private:
MxList<T> *m_list;
MxListEntry<T> *m_match;