mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-26 05:41:18 -04:00
small fix for osx
This commit is contained in:
parent
1ef43029dc
commit
8feb6d7a98
@ -29,7 +29,7 @@ void usage() {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
void updateSuggestionTree(tree<pair<string, unsigned>> &suggestionTree, string suggestion) {
|
||||
void updateSuggestionTree(tree< pair<string, unsigned> > &suggestionTree, string suggestion) {
|
||||
return;
|
||||
}
|
||||
|
||||
@ -92,7 +92,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
*/
|
||||
|
||||
tree<pair<string, unsigned>> tree;
|
||||
tree< pair<string, unsigned> > tree;
|
||||
updateSuggestionTree(tree, string(suggestion));
|
||||
|
||||
delete reader;
|
||||
|
Loading…
x
Reference in New Issue
Block a user