From 0efa02a332afb3f025fd0712c3d25f7cd5a4c6b7 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Tue, 3 Jan 2023 14:12:03 +0000 Subject: [PATCH] WinRTWrapper: Allow service recreation --- modules/juce_events/native/juce_win32_WinRTWrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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