Mercurial > hg > svcore
diff transform/FeatureExtractionModelTransformer.h @ 936:0c1d6de8f44b
Merge from branch warnfix_no_size_t
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 13:51:16 +0100 |
parents | 06579b8ffb7b |
children | b14064bd1f97 |
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.h Tue Jun 03 11:05:49 2014 +0100 +++ b/transform/FeatureExtractionModelTransformer.h Wed Jun 18 13:51:16 2014 +0100 @@ -66,7 +66,7 @@ SparseTimeValueModel *getAdditionalModel(int transformNo, int binNo); void addFeature(int n, - size_t blockFrame, + int blockFrame, const Vamp::Plugin::Feature &feature); void setCompletion(int, int);