diff --git a/indexer/ftraits.hpp b/indexer/ftraits.hpp index d4a6133921..05ca4b596b 100644 --- a/indexer/ftraits.hpp +++ b/indexer/ftraits.hpp @@ -54,7 +54,7 @@ class UGC : public TraitsBase UGC() { - coding::CSVReader const reader; + coding::CSVReader reader; auto const filePath = GetPlatform().ReadPathForFile("ugc_types.csv", "wr"); reader.ReadLineByLine(filePath, [this](std::vector const & line) { auto const lineSize = line.size();