diff Peaks.cpp @ 9:4f6626f9ffac

Many fixes. This now compiles and passes the plugin tester, but I don't expect it produces any results yet.
author Chris Cannam
date Fri, 30 Sep 2011 15:39:17 +0100
parents c06cf6f7cb04
children 887c629502a9
line wrap: on
line diff
--- a/Peaks.cpp	Fri Sep 30 11:37:25 2011 +0100
+++ b/Peaks.cpp	Fri Sep 30 15:39:17 2011 +0100
@@ -15,6 +15,6 @@
 
 #include "Peaks.h"
 
-static int Peaks::pre = 3;
-static int Peaks::post = 1;
+int Peaks::pre = 3;
+int Peaks::post = 1;