mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
UMP Endpoints: Fix bug where Endpoints singleton would fail to reinitialise after destroying a recreating a plugin instance
This commit is contained in:
parent
a933d7c4d0
commit
78861f9900
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ public:
|
|||
*/
|
||||
void setVirtualMidiUmpServiceActive (bool);
|
||||
|
||||
JUCE_DECLARE_SINGLETON_INLINE (Endpoints, true)
|
||||
JUCE_DECLARE_SINGLETON_INLINE (Endpoints, false)
|
||||
|
||||
~Endpoints() override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue