diff --git a/src/reader/kiwix-read.cpp b/src/reader/kiwix-read.cpp index 2a99104..3832099 100644 --- a/src/reader/kiwix-read.cpp +++ b/src/reader/kiwix-read.cpp @@ -29,7 +29,7 @@ void usage() { exit(1); } -void updateSuggestionTree(tree> &suggestionTree, string suggestion) { +void updateSuggestionTree(tree< pair > &suggestionTree, string suggestion) { return; } @@ -92,7 +92,7 @@ int main(int argc, char **argv) { } */ - tree> tree; + tree< pair > tree; updateSuggestionTree(tree, string(suggestion)); delete reader;