diff --git a/include/searcher.h b/include/searcher.h index 91a934cb6..9362f8b6e 100644 --- a/include/searcher.h +++ b/include/searcher.h @@ -189,7 +189,6 @@ class Searcher * Only used by getHtml. */ bool setSearchProtocolPrefix(const std::string prefix); - void reset(); #ifdef ENABLE_CTPP2 /** @@ -217,6 +216,10 @@ class Searcher unsigned int resultStart; unsigned int resultEnd; std::string contentHumanReadableId; + + private: + void reset(); + };