non-pch universal build fix: combo.h should not include combobox.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,14 +42,11 @@
|
|||||||
|
|
||||||
#if wxUSE_COMBOCTRL
|
#if wxUSE_COMBOCTRL
|
||||||
|
|
||||||
|
#include "wx/control.h"
|
||||||
#include "wx/textctrl.h"
|
|
||||||
#include "wx/button.h"
|
|
||||||
#include "wx/combobox.h"
|
|
||||||
#include "wx/renderer.h" // this is needed for wxCONTROL_XXX flags
|
#include "wx/renderer.h" // this is needed for wxCONTROL_XXX flags
|
||||||
#include "wx/bitmap.h" // wxBitmap used by-value
|
#include "wx/bitmap.h" // wxBitmap used by-value
|
||||||
|
|
||||||
|
class WXDLLIMPEXP_CORE wxTextCtrl;
|
||||||
class WXDLLEXPORT wxComboPopup;
|
class WXDLLEXPORT wxComboPopup;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxComboBoxNameStr[];
|
||||||
|
|
||||||
class WXDLLEXPORT wxGenericComboControl : public wxComboCtrlBase
|
class WXDLLEXPORT wxGenericComboControl : public wxComboCtrlBase
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user