Mercurial > hg > svcore
comparison transform/CSVFeatureWriter.cpp @ 930:06579b8ffb7b warnfix_no_size_t
More size_t evisceration and warning fixes
author | Chris Cannam |
---|---|
date | Tue, 17 Jun 2014 14:49:49 +0100 |
parents | 1424aa29ae95 |
children | 2104ea2204d2 |
comparison
equal
deleted
inserted
replaced
929:59e7fe1b1003 | 930:06579b8ffb7b |
---|---|
77 } | 77 } |
78 | 78 |
79 void | 79 void |
80 CSVFeatureWriter::write(QString trackId, | 80 CSVFeatureWriter::write(QString trackId, |
81 const Transform &transform, | 81 const Transform &transform, |
82 const Plugin::OutputDescriptor& output, | 82 const Plugin::OutputDescriptor& , |
83 const Plugin::FeatureList& features, | 83 const Plugin::FeatureList& features, |
84 std::string summaryType) | 84 std::string summaryType) |
85 { | 85 { |
86 // Select appropriate output file for our track/transform | 86 // Select appropriate output file for our track/transform |
87 // combination | 87 // combination |