From 478eeca99ee6f5bad3063700fbcc9d8913c770ae Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 17 Jan 2003 04:37:14 +0000 Subject: "" svn path=/trunk/; revision=342 --- externals/grill/fftease/src/shapee~.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/fftease/src/shapee~.cpp') diff --git a/externals/grill/fftease/src/shapee~.cpp b/externals/grill/fftease/src/shapee~.cpp index 2fa0268c..e6c0f3f7 100644 --- a/externals/grill/fftease/src/shapee~.cpp +++ b/externals/grill/fftease/src/shapee~.cpp @@ -57,7 +57,7 @@ V shapee::Transform(I _N2,S *const *in) { // lets just shape the entire signal in groups of three - const _N = _N2*2; + const I _N = _N2*2; I i; for ( i=2; i < _N+2; i += 6 ) { F lowerMult = _channel1[i-2] / _channel1[i]; -- cgit v1.2.1