diff data/fileio/CSVStreamWriter.h @ 1444:4507be815384 streaming-csv-writer

Fix another occurrence of old name
author Lucas Thompson <dev@lucas.im>
date Tue, 17 Apr 2018 10:03:50 +0100
parents 51493540a753
children 4437209348ef
line wrap: on
line diff
--- a/data/fileio/CSVStreamWriter.h	Tue Apr 17 10:03:50 2018 +0100
+++ b/data/fileio/CSVStreamWriter.h	Tue Apr 17 10:03:50 2018 +0100
@@ -101,7 +101,7 @@
               const sv_frame_t blockSize = 16384)
 {
     const Selection empty;
-    return CSV::writeInChunks(
+    return CSVStreamWriter::writeInChunks(
         oss,
         model,
         empty,