diff vamp-sdk/FFT.h @ 448:aadfe19a0e94 vampipe

Might help if these were public
author Chris Cannam
date Fri, 19 Aug 2016 11:55:01 +0100
parents d132b92ec65d
children
line wrap: on
line diff
--- a/vamp-sdk/FFT.h	Thu Aug 18 16:22:46 2016 +0100
+++ b/vamp-sdk/FFT.h	Fri Aug 19 11:55:01 2016 +0100
@@ -108,6 +108,7 @@
  */
 class FFTComplex
 {
+public:
     /**
      * Prepare to calculate transforms of size n.
      * n must be a multiple of 2.
@@ -159,6 +160,7 @@
  */
 class FFTReal
 {
+public:
     /**
      * Prepare to calculate transforms of size n.
      * n must be a multiple of 2.