]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/validate.h
Eliminate need to call Connect() in wxPGEditor::CreateControls()
[wxWidgets.git] / include / wx / validate.h
index 83aa586093c3c82dc799b206d91bf2b3d8760347..1e3f4df94ce43f0eb6d8a8193d1eeffd91b29634 100644 (file)
@@ -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