summaryrefslogtreecommitdiff
path: root/gtk2_ardour/fft.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/fft.h')
-rw-r--r--gtk2_ardour/fft.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/fft.h b/gtk2_ardour/fft.h
index ba191c03cd..6022f1c770 100644
--- a/gtk2_ardour/fft.h
+++ b/gtk2_ardour/fft.h
@@ -32,6 +32,8 @@
#include "ardour/types.h"
+namespace GTKArdour {
+
class FFT
{
public:
@@ -72,4 +74,6 @@ class FFT
fftwf_plan _plan;
};
+}
+
#endif