diff --git a/modules/juce_events/native/juce_win32_WinRTWrapper.h b/modules/juce_events/native/juce_win32_WinRTWrapper.h index af0e1b96fd..12c67f2f85 100644 --- a/modules/juce_events/native/juce_win32_WinRTWrapper.h +++ b/modules/juce_events/native/juce_win32_WinRTWrapper.h @@ -30,7 +30,7 @@ public: ~WinRTWrapper(); bool isInitialised() const noexcept { return initialised; } - JUCE_DECLARE_SINGLETON (WinRTWrapper, true) + JUCE_DECLARE_SINGLETON (WinRTWrapper, false) //============================================================================== template