mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Fix build with gcc 4.1
This commit is contained in:
parent
3eea5e26ee
commit
203f44e10c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180060
1 changed files with 14 additions and 0 deletions
14
textproc/htdig/files/patch-htsearch_Collection.h
Normal file
14
textproc/htdig/files/patch-htsearch_Collection.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- htsearch/Collection.h.orig Fri May 28 06:15:24 2004
|
||||
+++ htsearch/Collection.h Mon Dec 18 00:17:56 2006
|
||||
@@ -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);
|
Loading…
Add table
Reference in a new issue