Compilation fix.

This commit is contained in:
vng 2011-05-23 20:56:30 +03:00 committed by Alex Zolotarev
parent 84487559ff
commit c7f6a64da8

View file

@ -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;
}
}