blob: c516eb72005cc3596c486c7aa98846d8a1450f51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.1 2006/06/14 19:23:30 adam Exp $
--- htsearch/Collection.h.orig 2006-06-14 21:30:31.000000000 +0200
+++ htsearch/Collection.h
@@ -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);
|