# HG changeset patch # User Chris Cannam # Date 1471604101 -3600 # Node ID aadfe19a0e94c640c9f3d671ec776fe3dc823e8b # Parent 80b46389aab0bc2fb7bac3672a14a1f00d4b4aa8 Might help if these were public diff -r 80b46389aab0 -r aadfe19a0e94 vamp-sdk/FFT.h --- 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.