diff transform/FeatureExtractionModelTransformer.h @ 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 b109b88bfa85
children b14064bd1f97
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.h	Tue Jun 17 14:33:42 2014 +0100
+++ b/transform/FeatureExtractionModelTransformer.h	Tue Jun 17 14:49:49 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);