#ifndef __WX_PREPIFELSE_H
#define __WX_PREPIFELSE_H
+#include "wx/object.h"
#include "wx/html/htmlproc.h"
/*--------------------------- Class Definitions ---------------------------*/
public:
wxIfElsePrep() : wxHtmlProcessor() {}
- ~wxIfElsePrep() {}
+ virtual ~wxIfElsePrep() {}
// Process input text and return processed result
wxString Process(const wxString& text) const;