]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combo.h
Cygwin compile fix
[wxWidgets.git] / include / wx / msw / combo.h
index 95f836bb91ac10beee344767b7eadfc393f6e709..7204e649d8517f1794f5e0156d9e74b2816c2d33 100644 (file)
@@ -25,6 +25,8 @@
 // Define this only if native implementation includes all features
 #define wxCOMBOCONTROL_FULLY_FEATURED
 
+extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxComboBoxNameStr[];
+
 class WXDLLEXPORT wxComboCtrl : public wxComboCtrlBase
 {
 public:
@@ -57,7 +59,7 @@ public:
 
     virtual ~wxComboCtrl();
 
-    virtual void DrawFocusBackground( wxDC& dc, const wxRect& rect, int flags );
+    virtual void DrawFocusBackground( wxDC& dc, const wxRect& rect, int flags ) const;
 
     static int GetFeatures() { return wxComboCtrlFeatures::All; }