X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a37e4a071ce9bbd6825fb6c6a03154d4318d2cff..0b30bb0bda00908650d46b326ba04237f0d4121f:/include/wx/access.h diff --git a/include/wx/access.h b/include/wx/access.h index b78642463e..b7b80b84fa 100644 --- a/include/wx/access.h +++ b/include/wx/access.h @@ -225,6 +225,9 @@ typedef enum // ---------------------------------------------------------------------------- class WXDLLEXPORT wxAccessible; +class WXDLLEXPORT wxWindow; +class WXDLLEXPORT wxPoint; +class WXDLLEXPORT wxRect; class WXDLLEXPORT wxAccessibleBase : public wxObject { DECLARE_NO_COPY_CLASS(wxAccessibleBase) @@ -346,7 +349,7 @@ public: // Operations - // Each wxAccessible implementation must define this + // Each platform's implementation must define this // static void NotifyEvent(int eventType, wxWindow* window, wxAccObject objectType, // int objectId);