File htsearch-gcc41.patch of Package htdig
--- htsearch/Collection.h +++ htsearch/Collection.h @@ -36,9 +36,9 @@ const char *docExcerpt); ~Collection(); - void Collection::Open(); + void Open(); - void Collection::Close(); + void Close(); char *getWordFile() { return wordFile.get(); } DocumentRef *getDocumentRef(int id);