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