# HG changeset patch # User Lucas Thompson # Date 1523955830 -3600 # Node ID cdb316c6a1518dce9d1cfedb747547945f44204f # Parent 3c3eedc2fad852d85b84ffcdf0716a8bbc990358 Fix typo of old name diff -r 3c3eedc2fad8 -r cdb316c6a151 data/fileio/CSVFileWriter.cpp --- a/data/fileio/CSVFileWriter.cpp Tue Apr 17 10:03:50 2018 +0100 +++ b/data/fileio/CSVFileWriter.cpp Tue Apr 17 10:03:50 2018 +0100 @@ -117,7 +117,7 @@ }; for (const auto& bounds : selection->getSelections()) { - completed = CSV::writeToStreamInChunks( + completed = CSVStreamWriter::writeInChunks( out, *m_model, bounds,