Browse Source

WinRTWrapper: Allow service recreation

v7.0.9
Tom Poole 3 years ago
parent
commit
0efa02a332
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_events/native/juce_win32_WinRTWrapper.h

+ 1
- 1
modules/juce_events/native/juce_win32_WinRTWrapper.h 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>


Loading…
Cancel
Save