From: Vadim Zeitlin Date: Sat, 20 Sep 2003 16:34:01 +0000 (+0000) Subject: exchanged the base classes order, wxObject must be always first X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ace3ed2ef038dddb46f793ba7e179bc4a2cfb668 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 --- diff --git a/include/wx/mac/combobox.h b/include/wx/mac/combobox.h index f730beb2c1..e07db8a962 100644 --- a/include/wx/mac/combobox.h +++ b/include/wx/mac/combobox.h @@ -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)