1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

WinRTWrapper: Allow service recreation

This commit is contained in:
Tom Poole 2023-01-03 14:12:03 +00:00
parent 49cc7a0e09
commit 0efa02a332

View file

@ -30,7 +30,7 @@ public:
~WinRTWrapper();
bool isInitialised() const noexcept { return initialised; }
JUCE_DECLARE_SINGLETON (WinRTWrapper, true)
JUCE_DECLARE_SINGLETON (WinRTWrapper, false)
//==============================================================================
template <class ComClass>