Mercurial > hg > svcore
comparison data/fileio/CSVFileWriter.cpp @ 1443:cdb316c6a151 streaming-csv-writer
Fix typo of old name
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 17 Apr 2018 10:03:50 +0100 |
parents | 3c3eedc2fad8 |
children | 4437209348ef |
comparison
equal
deleted
inserted
replaced
1442:3c3eedc2fad8 | 1443:cdb316c6a151 |
---|---|
115 return 100 * nFramesWrittenSoFar / nFramesToWrite; | 115 return 100 * nFramesWrittenSoFar / nFramesToWrite; |
116 }; | 116 }; |
117 }; | 117 }; |
118 | 118 |
119 for (const auto& bounds : selection->getSelections()) { | 119 for (const auto& bounds : selection->getSelections()) { |
120 completed = CSV::writeToStreamInChunks( | 120 completed = CSVStreamWriter::writeInChunks( |
121 out, | 121 out, |
122 *m_model, | 122 *m_model, |
123 bounds, | 123 bounds, |
124 m_reporter, | 124 m_reporter, |
125 m_delimiter, | 125 m_delimiter, |