]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/applet/applet.h
Renderer should only be used for GTK+ 2
[wxWidgets.git] / contrib / include / wx / applet / applet.h
index 3965ca1fc2b92f100cac067fef97b2bf645ed22d..42c8e18dde8e40b8ab66c25028709a73250073db 100644 (file)
@@ -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;
     };