mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Fix missing virtual destructors.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user