]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bmpbuttn.h
use wxUnusedVar() to suppress warnings about unused variable
[wxWidgets.git] / include / wx / msw / bmpbuttn.h
index ed6508684c214d03429fd06b7e3466a10456c711..f1716a5473286313905d2428233d9b8af72940fa 100644 (file)
@@ -54,6 +54,9 @@ public:
     virtual void DrawButtonFocus( WXHDC dc, int left, int top, int right, int bottom, bool sel );
     virtual void DrawButtonDisable( WXHDC dc, int left, int top, int right, int bottom, bool with_marg );
 
+protected:
+    virtual wxSize DoGetBestSize() const;
+    
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxBitmapButton)
 };