X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..c36f1fc7c9c91a008b308cf6775f2f7a134ef2f1:/include/wx/button.h?ds=sidebyside diff --git a/include/wx/button.h b/include/wx/button.h index 243487e697..1e7f14a0f7 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -48,7 +48,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr; class WXDLLEXPORT wxButtonBase : public wxControl { public: - wxButtonBase(); + wxButtonBase() { } // show the image in the button in addition to the label virtual void SetImageLabel(const wxBitmap& WXUNUSED(bitmap)) { }