Fix missing virtual destructors.

This commit is contained in:
Matthieu Gautier
2017-03-21 16:00:46 +01:00
parent 92dc6b3065
commit 22d9117a56
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ namespace kiwix {
public:
Searcher();
~Searcher();
virtual ~Searcher();
void search(std::string &search, unsigned int resultStart,
unsigned int resultEnd, const bool verbose=false);