diff dsp/wavelet/Wavelet.h @ 209:ccd2019190bf msvc

Some MSVC fixes, including (temporarily, probably) renaming the FFT source file to avoid getting it mixed up with the Vamp SDK one in our object dir
author Chris Cannam
date Thu, 01 Feb 2018 16:34:08 +0000
parents e5907ae6de17
children fdaa63607c15
line wrap: on
line diff
--- a/dsp/wavelet/Wavelet.h	Tue Jan 30 20:14:46 2018 +0000
+++ b/dsp/wavelet/Wavelet.h	Thu Feb 01 16:34:08 2018 +0000
@@ -73,8 +73,8 @@
     static std::string getWaveletName(Type);
 
     static void createDecompositionFilters(Type,
-                                           std::vector<float> &lpd,
-                                           std::vector<float> &hpd);
+                                           std::vector<double> &lpd,
+                                           std::vector<double> &hpd);
 };
 
 #endif