X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..e1c743cc4c1b41bad34b1d6330a086e896f471de:/include/wx/button.h 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)) { }