X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..004b67a76102b5a5de71011fd93a32aab08039b1:/include/wx/univ/choice.h diff --git a/include/wx/univ/choice.h b/include/wx/univ/choice.h index f56590f372..27d3fbd022 100644 --- a/include/wx/univ/choice.h +++ b/include/wx/univ/choice.h @@ -16,7 +16,7 @@ // VS: This is only a *temporary* implementation, real wxChoice should not // derive from wxComboBox and may have different l&f -class WXDLLEXPORT wxChoice : public wxComboBox +class WXDLLIMPEXP_CORE wxChoice : public wxComboBox { public: wxChoice() {} @@ -41,7 +41,7 @@ public: bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - int n = 0, const wxString choices[] = (wxString *) NULL, + int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr);