X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83d59607cd83ceb5079481c05cdd3d34a05ba99f..cba4e486a4f8ab05674bac6ed8c6bfa58ab25131:/include/wx/bmpcbox.h diff --git a/include/wx/bmpcbox.h b/include/wx/bmpcbox.h index b625e122b3..c0b753bebd 100644 --- a/include/wx/bmpcbox.h +++ b/include/wx/bmpcbox.h @@ -21,15 +21,14 @@ class WXDLLIMPEXP_FWD_CORE wxWindow; class WXDLLIMPEXP_FWD_CORE wxItemContainer; -#if defined(wxBITMAPCOMBOBOX_OWNERDRAWN_BASED) -class WXDLLIMPEXP_FWD_CORE wxDC; -#endif // Define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED for platforms which // wxBitmapComboBox implementation utilizes ownerdrawn combobox // (either native or generic). #if !defined(__WXGTK20__) || defined(__WXUNIVERSAL__) #define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED + +class WXDLLIMPEXP_FWD_CORE wxDC; #endif extern WXDLLIMPEXP_DATA_ADV(const char) wxBitmapComboBoxNameStr[];