]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/applet/prepecho.h
added support for colour cursors in wxGTK (patch 1655576)
[wxWidgets.git] / contrib / include / wx / applet / prepecho.h
index 50cde400b016f1668c45977f5f7843b7b37e0a63..e0eb9baa2cf536553aa4cdd9e386e1c8843fe406 100644 (file)
@@ -30,6 +30,7 @@
 #ifndef __WX_PREPECHO_H
 #define __WX_PREPECHO_H
 
+#include "wx/object.h"
 #include "wx/html/htmlproc.h"
 
 /*--------------------------- Class Definitions ---------------------------*/
@@ -44,7 +45,7 @@ private:
 
 public:
     wxEchoPrep() : wxHtmlProcessor() {}
-    ~wxEchoPrep() {}
+    virtual ~wxEchoPrep() {}
        
        // Process input text and return processed result
     wxString Process(const wxString& text) const;