X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..fafd43c5783ff2c7366804a028ba0ed7b0c29d31:/include/wx/validate.h?ds=sidebyside diff --git a/include/wx/validate.h b/include/wx/validate.h index 83aa586093..1e3f4df94c 100644 --- a/include/wx/validate.h +++ b/include/wx/validate.h @@ -33,7 +33,7 @@ class WXDLLIMPEXP_FWD_CORE wxWindowBase; Note that wxValidator and derived classes use reference counting. */ -class WXDLLEXPORT wxValidator : public wxEvtHandler +class WXDLLIMPEXP_CORE wxValidator : public wxEvtHandler { public: wxValidator(); @@ -77,7 +77,7 @@ private: DECLARE_NO_COPY_CLASS(wxValidator) }; -extern WXDLLEXPORT_DATA(const wxValidator) wxDefaultValidator; +extern WXDLLIMPEXP_DATA_CORE(const wxValidator) wxDefaultValidator; #define wxVALIDATOR_PARAM(val) val