diff plugins/Transcription.h @ 178:f96ea0e4b475

Fix compiler warnings with -Wall -Wextra
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 28 Sep 2015 12:33:17 +0100
parents 52d84f7f6ad3
children 258939b7c810
line wrap: on
line diff
--- a/plugins/Transcription.h	Tue Sep 08 17:32:03 2015 +0100
+++ b/plugins/Transcription.h	Mon Sep 28 12:33:17 2015 +0100
@@ -33,11 +33,11 @@
     FeatureSet getRemainingFeatures();
 
 protected:
-    size_t m_stepSize;
-    size_t m_blockSize;
+    int m_stepSize;
+    int m_blockSize;
     double * m_SoundIn;
-    size_t m_SampleN;
-    size_t m_AllocN;
+    int m_SampleN;
+    int m_AllocN;
     bool m_Excess;
     Vamp::RealTime m_Base;
 /*