forked from organicmaps/organicmaps-tmp
Compilation fix.
This commit is contained in:
parent
84487559ff
commit
c7f6a64da8
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ namespace ftype {
|
|||
//if (get_mark_value(k, v) == -1)
|
||||
// continue;
|
||||
|
||||
utils::TokenizeString(v, ";", tags_wrapper<ToDo>(k, toDo, res));
|
||||
strings::Tokenize(v, ";", tags_wrapper<ToDo>(k, toDo, res));
|
||||
if (res) return res;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue