diff --git a/src/installer/kiwix-install.cpp b/src/installer/kiwix-install.cpp index 2f5a6ff..06f5a1e 100644 --- a/src/installer/kiwix-install.cpp +++ b/src/installer/kiwix-install.cpp @@ -156,7 +156,7 @@ int main(int argc, char **argv) { string indexPath = computeAbsolutePath(dataIndexPath, indexFilename); if (buildIndexFlag && !fileExists(indexPath)) { if (verboseFlag) { std::cout << "Start indexing the ZIM file..." << std::endl; } - kiwix::Indexer *indexer = NULL; + kiwix::XapianIndexer *indexer = NULL; try { indexer = new kiwix::XapianIndexer(); } catch (...) {