diff data/fileio/CSVFileWriter.cpp @ 1438:09c2ba31a711 streaming-csv-writer

Formatting and naming changes more in line with SV conventions.
author Lucas Thompson <dev@lucas.im>
date Tue, 17 Apr 2018 10:03:49 +0100
parents d61d6c33f14d
children 3c3eedc2fad8
line wrap: on
line diff
--- a/data/fileio/CSVFileWriter.cpp	Tue Apr 17 10:03:49 2018 +0100
+++ b/data/fileio/CSVFileWriter.cpp	Tue Apr 17 10:03:49 2018 +0100
@@ -88,7 +88,7 @@
         bool completed = false;
 
         for (const auto& bounds : selection->getSelections()) {
-            completed = CSV::writeToStreamInChunks(
+            completed = CSVStreamWriter::writeInChunks(
                 out,
                 *m_model,
                 bounds,