aboutsummaryrefslogtreecommitdiffstats
path: root/src/Resampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Resampler.h')
-rw-r--r--src/Resampler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Resampler.h b/src/Resampler.h
index 2886f57..d1a9f7a 100644
--- a/src/Resampler.h
+++ b/src/Resampler.h
@@ -62,8 +62,8 @@ protected:
size_t myFftSizeOut;
FFT_TYPE* myFftIn;
FFT_TYPE* myFftOut;
- complexf* myBufferIn;
- complexf* myBufferOut;
+ FFT_TYPE* myBufferIn;
+ FFT_TYPE* myBufferOut;
FFT_TYPE* myFront;
FFT_TYPE* myBack;
float *myWindow;