X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fhtml_parser.hpp;h=b06403d617ed81cdd0a8d26e31a7b366774ed16f;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=3e10daf246bd233933e27374f8747db8d55c5517;hpb=288111986392ffbd733d71cd964f49437b899bdb;p=metaproxy-moved-to-github.git diff --git a/src/html_parser.hpp b/src/html_parser.hpp index 3e10daf..b06403d 100644 --- a/src/html_parser.hpp +++ b/src/html_parser.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2013 Index Data + Copyright (C) Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -33,6 +33,7 @@ namespace metaproxy_1 { const char *sep) = 0; virtual void closeTag(const char *tag, int tag_len) = 0; virtual void text(const char *value, int len) = 0; + virtual ~ HTMLParserEvent(); }; class HTMLParser { class Rep;