1
0
Fork 0
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:
jules 2019-09-16 15:55:00 +01:00
parent df28d11069
commit ed15e3d3c2

View file

@ -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;