+ few compilation fixes

This commit is contained in:
kelson42 2012-09-03 09:07:58 +00:00
parent 4f692eabd1
commit f48f059d99
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
namespace kiwix { namespace kiwix {
/* Constructor */ /* Constructor */
XapianIndexer::XapianIndexer() : XapianIndexer::XapianIndexer() {
/* /*
stemmer(Xapian::Stem("french")) { stemmer(Xapian::Stem("french")) {
this->indexer.set_stemmer(this->stemmer); this->indexer.set_stemmer(this->stemmer);