X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..302674fe1712a4abfa00203f91d13cb977007c8c:/include/wx/msw/ole/access.h diff --git a/include/wx/msw/ole/access.h b/include/wx/msw/ole/access.h index 91ff1e85cb..1684ef72b2 100644 --- a/include/wx/msw/ole/access.h +++ b/include/wx/msw/ole/access.h @@ -19,7 +19,7 @@ // ---------------------------------------------------------------------------- class wxIAccessible; -class WXDLLEXPORT wxWindow; +class WXDLLIMPEXP_FWD_CORE wxWindow; // ---------------------------------------------------------------------------- // macros @@ -29,7 +29,7 @@ class WXDLLEXPORT wxWindow; // wxAccessible implements accessibility behaviour. // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxAccessible : public wxAccessibleBase +class WXDLLIMPEXP_CORE wxAccessible : public wxAccessibleBase { public: wxAccessible(wxWindow *win = NULL); @@ -59,7 +59,7 @@ private: void* m_pIAccessibleStd; // the pointer to the standard COM interface, // for default processing - DECLARE_NO_COPY_CLASS(wxAccessible) + wxDECLARE_NO_COPY_CLASS(wxAccessible); }; #endif //wxUSE_ACCESSIBILITY