Skip to content

Commit

Permalink
FFTDisplay.h multiple compilation units
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Dec 9, 2024
1 parent f684307 commit d60b198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioTools/AudioLibs/FFTDisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace audio_tools {

class FFTDisplay;
FFTDisplay *selfFFTDisplay = nullptr;
static FFTDisplay *selfFFTDisplay = nullptr;
#if defined(USE_CONCURRENCY)
// fft mutex
static Mutex fft_mux;
Expand Down

0 comments on commit d60b198

Please sign in to comment.