]> 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 118174a05a05e2079686e7d927f33b792f136a82..e0eb9baa2cf536553aa4cdd9e386e1c8843fe406 100644 (file)
@@ -45,7 +45,7 @@ private:
 
 public:
     wxEchoPrep() : wxHtmlProcessor() {}
-    ~wxEchoPrep() {}
+    virtual ~wxEchoPrep() {}
        
        // Process input text and return processed result
     wxString Process(const wxString& text) const;