X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cdb648efa5ec88c29848311a589bec7ddd2ffb0..c2651b0a5c407ceb1693a865ee19d3d57e147c97:/contrib/include/wx/applet/applet.h?ds=sidebyside diff --git a/contrib/include/wx/applet/applet.h b/contrib/include/wx/applet/applet.h index 3965ca1fc2..42c8e18dde 100644 --- a/contrib/include/wx/applet/applet.h +++ b/contrib/include/wx/applet/applet.h @@ -34,7 +34,7 @@ // Forward declaration class wxHtmlAppletWindow; - +class wxAppletEvent; /*--------------------------- Class Definitions ---------------------------*/ /**************************************************************************** @@ -76,7 +76,7 @@ public: virtual void OnHistoryBack() = 0; // Handle messages from the wxAppletManager and other applets - virtual void OnMessage(wxEvent& msg) = 0; + virtual void OnMessage(wxAppletEvent& msg) = 0; };