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