mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Workaround for build problem in Xcode 9
This commit is contained in:
parent
df28d11069
commit
ed15e3d3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -2283,7 +2283,7 @@ private:
|
|||
int32 blockSize = 1024;
|
||||
Vst2::AEffect vstEffect;
|
||||
CriticalSection stateInformationLock;
|
||||
MemoryBlock chunkMemory;
|
||||
juce::MemoryBlock chunkMemory;
|
||||
uint32 chunkMemoryTime = 0;
|
||||
std::unique_ptr<EditorCompWrapper> editorComp;
|
||||
Vst2::ERect editorBounds;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue