1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Linux: Made X11Symbols singleton thread-safe

This commit is contained in:
ed 2021-03-30 17:35:21 +01:00
parent be84627f93
commit 58761a44c1

View file

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