]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
Fixed virtual function hiding problem
[wxWidgets.git] / include / wx / msw / combobox.h
index 52e8a9d6dbc590f196f13645620716a216e89a47..1828e0045a9fc1d0c861b065ddac36dfc0ae6c4e 100644 (file)
@@ -78,9 +78,8 @@ public:
     virtual bool MSWCommand(WXUINT param, WXWORD id);
 
 protected:
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO);
+    virtual void DoMoveWindow(int x, int y, int width, int height);
+    virtual wxSize DoGetBestSize() const;
 };
 
 #endif // wxUSE_COMBOBOX