]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combo.h
fix warnings about calling an inline function before it is defined inline
[wxWidgets.git] / include / wx / msw / combo.h
index 5c02285db64e894c1ef25d21f5bacc81e8b52726..1147db76e93f06478331d14f7f6170ef24a5c4fc 100644 (file)
@@ -59,7 +59,7 @@ 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; }