]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combo.h
Fixed compile error
[wxWidgets.git] / include / wx / msw / combo.h
index 7204e649d8517f1794f5e0156d9e74b2816c2d33..1147db76e93f06478331d14f7f6170ef24a5c4fc 100644 (file)
@@ -59,7 +59,8 @@ public:
 
     virtual ~wxComboCtrl();
 
-    virtual void DrawFocusBackground( wxDC& dc, const wxRect& rect, int flags ) const;
+    virtual void PrepareBackground( wxDC& dc, const wxRect& rect, int flags ) const;
+    virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const;
 
     static int GetFeatures() { return wxComboCtrlFeatures::All; }