forked from organicmaps/organicmaps
Removed const from csv reader object
This commit is contained in:
parent
42a68d51ae
commit
264f5afb68
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class UGC : public TraitsBase<UGC, UGCTypeMask, UGCTYPE_NONE>
|
|||
|
||||
UGC()
|
||||
{
|
||||
coding::CSVReader const reader;
|
||||
coding::CSVReader reader;
|
||||
auto const filePath = GetPlatform().ReadPathForFile("ugc_types.csv", "wr");
|
||||
reader.ReadLineByLine(filePath, [this](std::vector<std::string> const & line) {
|
||||
auto const lineSize = line.size();
|
||||
|
|
Loading…
Add table
Reference in a new issue