X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cdb648efa5ec88c29848311a589bec7ddd2ffb0..a81c3c2383f9096ef5e96b708a0f1c1ffe7cc6a8:/contrib/include/wx/applet/applet.h 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; };