]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
Updated testconf, fixed mistake in install.
[wxWidgets.git] / include / wx / msw / statbmp.h
index 6c0669b806ad1a393d349d9840cc39af7899c083..4da9e6f89d9da8b30d86befb6421bd3467dd6660 100644 (file)
@@ -83,9 +83,7 @@ protected:
         wxBitmap *bitmap;
     } m_image;
 
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO);
+    virtual wxSize DoGetBestSize();
 };
 
 #endif