]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/statbmp.h
implemented (untested) work around for wxScrolledWindow painting bug
[wxWidgets.git] / include / wx / mac / statbmp.h
index 3ae276eafffda9ea00264ee2a1be6aef3abb6c55..18bffd3d23f7629af8b320df1d5347a2530d3682 100644 (file)
@@ -58,7 +58,7 @@ class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase
 
   // overriden base class virtuals
   virtual bool AcceptsFocus() const { return FALSE; }
-  wxSize DoGetBestSize() const ;
+  virtual  wxSize DoGetBestSize() const ;
 
  protected:
   wxBitmap m_bitmap;