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:
Vadim Zeitlin 2003-09-20 16:34:01 +00:00
parent 6f6f938f3a
commit ace3ed2ef0

View File

@ -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)