diff runner/LabFeatureWriter.cpp @ 331:e39307a8d22d

Use sv samplerate/frame types, fixing compiler warnings
author Chris Cannam
date Tue, 12 Jun 2018 10:14:22 +0100
parents ef03350baec7
children
line wrap: on
line diff
--- a/runner/LabFeatureWriter.cpp	Tue Jun 12 10:11:29 2018 +0100
+++ b/runner/LabFeatureWriter.cpp	Tue Jun 12 10:14:22 2018 +0100
@@ -108,7 +108,7 @@
 
     QTextStream &stream = *sptr;
 
-    int n = features.size();
+    int n = int(features.size());
 
     if (n == 0) return;