OS/2 updates to catch the port up with the rest of the library.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -80,19 +80,6 @@ protected:
|
||||
private:
|
||||
size_t m_nItemHeight; // height of checklistbox items (the same for all)
|
||||
|
||||
//
|
||||
// Virtual function hiding suppression, do not use
|
||||
//
|
||||
virtual wxControl* CreateItem( const wxItemResource* pChildResource
|
||||
,const wxItemResource* pParentResource
|
||||
,const wxResourceTable* pTable = (const wxResourceTable *) NULL
|
||||
)
|
||||
{
|
||||
return(wxWindowBase::CreateItem( pChildResource
|
||||
,pParentResource
|
||||
,pTable
|
||||
));
|
||||
}
|
||||
DECLARE_DYNAMIC_CLASS(wxCheckListBox)
|
||||
DECLARE_EVENT_TABLE()
|
||||
}; // end of CLASS wxCheckListBoxItem
|
||||
|
Reference in New Issue
Block a user