X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/401e3b6e5f50f15571b86297b5d1e3f55c473f6f..feac79373c7965db3869c352ed0a4f297b41222b:/include/wx/button.h diff --git a/include/wx/button.h b/include/wx/button.h index 1143afed78..3ddac2830e 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -82,7 +82,7 @@ public: static wxSize GetDefaultSize(); protected: -#ifndef __WXGTK20__ +#if !defined(__WXGTK20__) || defined(__WXUNIVERSAL__) // create stock button (generic implementation) bool CreateStock(wxWindow *parent, wxWindowID id, wxStockItemID stock, const wxString& descriptiveLabel = wxEmptyString,