From 80c46cc451fed4b50bd1e974b4586fcea99c1ab5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Mar 2011 17:58:11 +0000 Subject: put sampo's FFT into the (new) GTKArdour namespace, to avoid collision with the FFT in the QM DSP library. they should both be namespaced but its easier to avoid changing the QM code at all git-svn-id: svn://localhost/ardour2/branches/3.0@9056 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/fft.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/fft.cc') diff --git a/gtk2_ardour/fft.cc b/gtk2_ardour/fft.cc index d4841dd573..a4e34bf2aa 100644 --- a/gtk2_ardour/fft.cc +++ b/gtk2_ardour/fft.cc @@ -23,6 +23,8 @@ #include #include +using namespace GTKArdour; + FFT::FFT(uint32_t windowSize) : _window_size(windowSize), _data_size(_window_size/2), -- cgit v1.2.3