X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..730b772b41ad9df76e5226290bb9eb917ea161f0:/interface/wx/access.h diff --git a/interface/wx/access.h b/interface/wx/access.h index 9218d85226..5a540f5964 100644 --- a/interface/wx/access.h +++ b/interface/wx/access.h @@ -219,7 +219,6 @@ typedef enum /** @class wxAccessible - @wxheader{access.h} The wxAccessible class allows wxWidgets applications, and wxWidgets itself, to return extended information about user interface elements to client @@ -402,9 +401,9 @@ public: Allows the application to send an event when something changes in an accessible object. */ - virtual static void NotifyEvent(int eventType, wxWindow* window, - wxAccObject objectType, - int objectType); + static void NotifyEvent(int eventType, wxWindow* window, + wxAccObject objectType, + int objectType); /** Selects the object or child. See wxAccSelectionFlags for a list