Add HTMLParserEvent virtual destructor
[metaproxy-moved-to-github.git] / src / html_parser.cpp
index a720c56..3641195 100644 (file)
@@ -287,6 +287,10 @@ void mp::HTMLParser::Rep::parse_str(HTMLParserEvent &event, const char *cp)
     tagText(event, text_start, cp);
 }
 
+mp::HTMLParserEvent::~HTMLParserEvent()
+{
+}
+
 /*
  * Local variables:
  * c-basic-offset: 4