Skip to content

Commit d60b198

Browse files
committed
FFTDisplay.h multiple compilation units
1 parent f684307 commit d60b198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioLibs/FFTDisplay.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace audio_tools {
66

77
class FFTDisplay;
8-
FFTDisplay *selfFFTDisplay = nullptr;
8+
static FFTDisplay *selfFFTDisplay = nullptr;
99
#if defined(USE_CONCURRENCY)
1010
// fft mutex
1111
static Mutex fft_mux;

0 commit comments

Comments
 (0)