diff examples/ZeroCrossing.cpp @ 284:1ed95908a397

* Win32 build fixes for UNICODE. Not yet tested
author cannam
date Mon, 15 Jun 2009 14:30:05 +0000
parents 88ef5ffdbe8d
children a69901aa85d2
line wrap: on
line diff
--- a/examples/ZeroCrossing.cpp	Thu Apr 23 08:59:24 2009 +0000
+++ b/examples/ZeroCrossing.cpp	Mon Jun 15 14:30:05 2009 +0000
@@ -181,7 +181,7 @@
 
     Feature feature;
     feature.hasTimestamp = false;
-    feature.values.push_back(count);
+    feature.values.push_back(float(count));
 
     returnFeatures[0].push_back(feature);
     return returnFeatures;