Browse Source

compile fix for old PPC builds.

tags/2021-05-28
jules 12 years ago
parent
commit
e3a165de3e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp

+ 1
- 1
modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp View File

@@ -578,7 +578,7 @@ public:
DetachResource (resHandle); DetachResource (resHandle);
HLock (resHandle); HLock (resHandle);
Ptr ptr;
::Ptr ptr;
Str255 errorText; Str255 errorText;
OSErr err = GetMemFragment (*resHandle, GetHandleSize (resHandle), OSErr err = GetMemFragment (*resHandle, GetHandleSize (resHandle),


Loading…
Cancel
Save