X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2eb1bc3e9b4379ce0519f42e57b8178bb6c0a9f..f30b9eed380fc267a812460087ae50c3bbd06452:/include/wx/access.h diff --git a/include/wx/access.h b/include/wx/access.h index ffb3931f5b..6f098623de 100644 --- a/include/wx/access.h +++ b/include/wx/access.h @@ -224,13 +224,13 @@ typedef enum // All functions return an indication of success, failure, or not implemented. // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxAccessible; -class WXDLLEXPORT wxWindow; -class WXDLLEXPORT wxPoint; -class WXDLLEXPORT wxRect; -class WXDLLEXPORT wxAccessibleBase : public wxObject +class WXDLLIMPEXP_FWD_CORE wxAccessible; +class WXDLLIMPEXP_FWD_CORE wxWindow; +class WXDLLIMPEXP_FWD_CORE wxPoint; +class WXDLLIMPEXP_FWD_CORE wxRect; +class WXDLLIMPEXP_CORE wxAccessibleBase : public wxObject { - DECLARE_NO_COPY_CLASS(wxAccessibleBase) + wxDECLARE_NO_COPY_CLASS(wxAccessibleBase); public: wxAccessibleBase(wxWindow* win): m_window(win) {}