From: Jouk Jansen Date: Fri, 22 Jan 2010 07:55:26 +0000 (+0000) Subject: Get wxDC defined when nescessary X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/83d59607cd83ceb5079481c05cdd3d34a05ba99f Get wxDC defined when nescessary git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/bmpcbox.h b/include/wx/bmpcbox.h index fb10613640..b625e122b3 100644 --- a/include/wx/bmpcbox.h +++ b/include/wx/bmpcbox.h @@ -21,6 +21,9 @@ 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