X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ef8bfc4c75374ffd4de538cdeaa0f81b69bf61f..b6e5eaa59701315ca06996ff845872ca4122695f:/include/wx/button.h diff --git a/include/wx/button.h b/include/wx/button.h index 3018394065..0a7ccc6a8b 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -45,10 +45,10 @@ class WXDLLEXPORT wxButtonBase : public wxControl { public: // show the image in the button in addition to the label - virtual void SetImageLabel(const wxBitmap& bitmap) { } + virtual void SetImageLabel(const wxBitmap& WXUNUSED(bitmap)) { } // set the margins around the image - virtual void SetImageMargins(wxCoord x, wxCoord y) { } + virtual void SetImageMargins(wxCoord WXUNUSED(x), wxCoord WXUNUSED(y)) { } // this wxButton method is called when the button becomes the default one // on its panel