forked from organicmaps/organicmaps-tmp
Fix universal reference
This commit is contained in:
parent
86110188b2
commit
e4b11e8577
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ namespace feature
|
|||
|
||||
/// Process features in .dat file.
|
||||
template <class ToDo>
|
||||
void ForEachFromDatRawFormat(string const & fName, ToDo & toDo)
|
||||
void ForEachFromDatRawFormat(string const & fName, ToDo && toDo)
|
||||
{
|
||||
FileReader reader(fName);
|
||||
ReaderSource<FileReader> src(reader);
|
||||
|
|
Loading…
Add table
Reference in a new issue