exchanged the base classes order, wxObject must be always first
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6f6f938f3a
commit
ace3ed2ef0
@ -22,7 +22,7 @@
|
||||
WXDLLEXPORT_DATA(extern const wxChar*) wxComboBoxNameStr;
|
||||
|
||||
// Combobox item
|
||||
class WXDLLEXPORT wxComboBox: public wxComboBoxBase , public wxControl
|
||||
class WXDLLEXPORT wxComboBox : public wxControl, public wxComboBoxBase
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(wxComboBox)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user