]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
activating DrawRectangle optimization
[wxWidgets.git] / include / wx / msw / statbmp.h
index 7989fce4bc7bdc0b9c3c98261a80c485dedb116c..9466edf5122f352c3b587efa5bb9d4a2e735f638 100644 (file)
@@ -58,7 +58,7 @@ public:
     virtual bool CanApplyThemeBorder() const { return false; }
 
 protected:
-    virtual wxSize DoGetBestSize() const;
+    virtual wxSize DoGetBestClientSize() const;
 
     // ctor/dtor helpers
     void Init() { m_isIcon = true; m_image = NULL; m_currentHandle = 0; }
@@ -86,7 +86,7 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
-    DECLARE_NO_COPY_CLASS(wxStaticBitmap)
+    wxDECLARE_NO_COPY_CLASS(wxStaticBitmap);
 };
 
 #endif