diff src/Silvet.h @ 145:450f9987f041

Update CQ implementation following inverse-CQ merge
author Chris Cannam
date Tue, 13 May 2014 14:34:04 +0100
parents e282930cfca7
children 74f14efe032f
line wrap: on
line diff
--- a/src/Silvet.h	Thu May 08 18:12:14 2014 +0100
+++ b/src/Silvet.h	Tue May 13 14:34:04 2014 +0100
@@ -30,7 +30,7 @@
 using std::map;
 
 class Resampler;
-class CQInterpolated;
+class CQSpectrogram;
 
 class Silvet : public Vamp::Plugin
 {
@@ -71,7 +71,7 @@
 
 protected:
     Resampler *m_resampler;
-    CQInterpolated *m_cq;
+    CQSpectrogram *m_cq;
 
     bool m_hqMode;