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:
parent
49cc7a0e09
commit
0efa02a332
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue