15 lines
339 B
Diff
15 lines
339 B
Diff
--- 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);
|