Browse Source

Linux: Made X11Symbols singleton thread-safe

v6.1.6
ed 4 years ago
parent
commit
58761a44c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/native/x11/juce_linux_X11_Symbols.h

+ 1
- 1
modules/juce_gui_basics/native/x11/juce_linux_X11_Symbols.h View File

@@ -579,7 +579,7 @@ public:
#endif
//==============================================================================
JUCE_DECLARE_SINGLETON_SINGLETHREADED_MINIMAL (X11Symbols)
JUCE_DECLARE_SINGLETON (X11Symbols, false)
private:
X11Symbols() = default;


Loading…
Cancel
Save