We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f684307 commit d60b198Copy full SHA for d60b198
src/AudioTools/AudioLibs/FFTDisplay.h
@@ -5,7 +5,7 @@
5
namespace audio_tools {
6
7
class FFTDisplay;
8
-FFTDisplay *selfFFTDisplay = nullptr;
+static FFTDisplay *selfFFTDisplay = nullptr;
9
#if defined(USE_CONCURRENCY)
10
// fft mutex
11
static Mutex fft_mux;
0 commit comments