Mercurial > hg > svcore
diff transform/CSVFeatureWriter.cpp @ 997:2104ea2204d2
Separate out stdout ability (not all writers that support one-file will necessarily want to support it, e.g. for binary formats)
author | Chris Cannam |
---|---|
date | Mon, 13 Oct 2014 10:56:16 +0100 |
parents | 06579b8ffb7b |
children | e25dc8d57565 |
line wrap: on
line diff
--- a/transform/CSVFeatureWriter.cpp Mon Oct 13 10:55:43 2014 +0100 +++ b/transform/CSVFeatureWriter.cpp Mon Oct 13 10:56:16 2014 +0100 @@ -29,7 +29,8 @@ CSVFeatureWriter::CSVFeatureWriter() : FileFeatureWriter(SupportOneFilePerTrackTransform | - SupportOneFileTotal, + SupportOneFileTotal | + SupportStdOut, "csv"), m_separator(","), m_sampleTiming(false)