git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9049
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
protected:
// copy ctor and assignment operator
wxListBase(const wxListBase& list)
protected:
// copy ctor and assignment operator
wxListBase(const wxListBase& list)
+ { Init(); DoCopy(list); }
wxListBase& operator=(const wxListBase& list)
{ Clear(); DoCopy(list); return *this; }
wxListBase& operator=(const wxListBase& list)
{ Clear(); DoCopy(list); return *this; }