Browse Source

Workaround for build problem in Xcode 9

tags/2021-05-28
jules 6 years ago
parent
commit
ed15e3d3c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp

+ 1
- 1
modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp 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;


Loading…
Cancel
Save