Remove bogus DoDelete from 44730. It's appears that it's supposed to be
DoDeleteItems which was added in a different place. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
99635c9934
commit
eedf7bedb4
@ -81,7 +81,6 @@ protected:
|
||||
// ------------------------------------------------------------------------
|
||||
public:
|
||||
virtual void DoClear();
|
||||
virtual void DoDelete(unsigned int n);
|
||||
virtual unsigned int GetCount() const;
|
||||
virtual wxString GetString(unsigned int) const;
|
||||
virtual void SetString(unsigned int pos, const wxString&);
|
||||
|
Loading…
Reference in New Issue
Block a user