X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..12df0ad59ff15b536ae0ab42ded22876f2b90356:/include/wx/palmos/button.h?ds=sidebyside diff --git a/include/wx/palmos/button.h b/include/wx/palmos/button.h index cc45441469..1c6d30cf21 100644 --- a/include/wx/palmos/button.h +++ b/include/wx/palmos/button.h @@ -16,7 +16,7 @@ // Pushbutton // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxButton : public wxButtonBase +class WXDLLIMPEXP_CORE wxButton : public wxButtonBase { public: wxButton() { } @@ -43,7 +43,7 @@ public: virtual ~wxButton(); - virtual void SetDefault(); + virtual wxWindow *SetDefault(); // implementation from now on virtual void Command(wxCommandEvent& event);