You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-misc/htdig/files/htdig-3.2.0_beta6-gcc4.patch

16 lines
512 B

diff -Naurp htdig-3.2.0b6.orig/htsearch/Collection.h htdig-3.2.0b6/htsearch/Collection.h
--- a/htsearch/Collection.h 2004-05-28 06:15:24.000000000 -0700
+++ b/htsearch/Collection.h 2006-03-22 11:35:40.000000000 -0800
@@ -36,9 +36,9 @@ public:
const char *docExcerpt);
~Collection();
- void Collection::Open();
+ void Open();
- void Collection::Close();
+ void Close();
char *getWordFile() { return wordFile.get(); }
DocumentRef *getDocumentRef(int id);