3
0
Fork 0

small fix for osx

small_fixes
kelson42 13 years ago
parent 1ef43029dc
commit 8feb6d7a98

@ -29,7 +29,7 @@ void usage() {
exit(1); exit(1);
} }
void updateSuggestionTree(tree<pair<string, unsigned>> &suggestionTree, string suggestion) { void updateSuggestionTree(tree< pair<string, unsigned> > &suggestionTree, string suggestion) {
return; 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)); updateSuggestionTree(tree, string(suggestion));
delete reader; delete reader;

Loading…
Cancel
Save