+ Use directly "KiwixIndexer" instead of "Indexer"

pull/9/head
kelson42 12 years ago
parent 3349855059
commit 5002033987

@ -40,7 +40,7 @@ int main(int argc, char **argv) {
int option_index = 0; int option_index = 0;
int c = 0; int c = 0;
kiwix::Indexer *indexer = NULL; kiwix::XapianIndexer *indexer = NULL;
/* Argument parsing */ /* Argument parsing */
while (42) { while (42) {

Loading…
Cancel
Save