mirror of the now-defunct rocklinux.org
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.

14 lines
416 B

  1. --- ./htsearch/Collection.h~ 2004-05-28 15:15:24.000000000 +0200
  2. +++ ./htsearch/Collection.h 2007-09-22 20:34:06.000000000 +0200
  3. @@ -36,9 +36,9 @@
  4. const char *docExcerpt);
  5. ~Collection();
  6. - void Collection::Open();
  7. + void Open();
  8. - void Collection::Close();
  9. + void Close();
  10. char *getWordFile() { return wordFile.get(); }
  11. DocumentRef *getDocumentRef(int id);