Mercurial > hg > svcore
diff transform/CSVFeatureWriter.cpp @ 935:f960d67ce842 tonioni
Merge from branch warnfix_no_size_t
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 13:42:01 +0100 |
parents | 06579b8ffb7b |
children | 2104ea2204d2 |
line wrap: on
line diff
--- a/transform/CSVFeatureWriter.cpp Mon Jun 16 11:28:45 2014 +0100 +++ b/transform/CSVFeatureWriter.cpp Wed Jun 18 13:42:01 2014 +0100 @@ -79,7 +79,7 @@ void CSVFeatureWriter::write(QString trackId, const Transform &transform, - const Plugin::OutputDescriptor& output, + const Plugin::OutputDescriptor& , const Plugin::FeatureList& features, std::string summaryType) {