- // It is simple to know what is the last object we registered, it's just
- // the new head of the wxClassInfo list:
- m_ourLast = wxClassInfo::GetFirst();
+ // It is simple to know what is the first object in the linked list of
+ // wxClassInfo that we registered (it's also the last one chronologically),
+ // it's just the new head of the wxClassInfo list:
+ m_ourFirst = wxClassInfo::GetFirst();