X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..616c0d1f3ac084bb92f0a75dc48812e8647f1b22:/include/wx/msw/ole/access.h diff --git a/include/wx/msw/ole/access.h b/include/wx/msw/ole/access.h index f32062f2a4..956592c1a2 100644 --- a/include/wx/msw/ole/access.h +++ b/include/wx/msw/ole/access.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: ole/access.h +// Name: wx/msw/ole/access.h // Purpose: declaration of the wxAccessible class // Author: Julian Smart // Modified by: @@ -29,7 +29,7 @@ class WXDLLIMPEXP_FWD_CORE 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