mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
VST3: Moved the ScopedJuceInitialiser_GUI object declaration in JuceVST3Component to make sure it goes out of scope later
This commit is contained in:
parent
c71746f11d
commit
f2be246233
1 changed files with 2 additions and 1 deletions
|
|
@ -2727,6 +2727,8 @@ private:
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
ScopedJuceInitialiser_GUI libraryInitialiser;
|
||||
|
||||
Atomic<int> refCount { 1 };
|
||||
|
||||
AudioProcessor* pluginInstance;
|
||||
|
|
@ -2761,7 +2763,6 @@ private:
|
|||
bool isMidiOutputBusEnabled = false;
|
||||
#endif
|
||||
|
||||
ScopedJuceInitialiser_GUI libraryInitialiser;
|
||||
static const char* kJucePrivateDataIdentifier;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (JuceVST3Component)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue