Remove unimplemented wxListBase ctor declaration
This commit is contained in:
@@ -496,12 +496,6 @@ protected:
|
|||||||
void *data,
|
void *data,
|
||||||
const wxListKey& key = wxDefaultListKey) = 0;
|
const wxListKey& key = wxDefaultListKey) = 0;
|
||||||
|
|
||||||
|
|
||||||
// ctors
|
|
||||||
// from a sequence of objects
|
|
||||||
wxListBase(void *object, ... /* terminate with NULL */);
|
|
||||||
|
|
||||||
protected:
|
|
||||||
void Assign(const wxListBase& list)
|
void Assign(const wxListBase& list)
|
||||||
{ Clear(); DoCopy(list); }
|
{ Clear(); DoCopy(list); }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user