From e3a165de3ea406d458cac7390e9d88cde126b38b Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 8 Apr 2013 15:30:09 +0100 Subject: [PATCH] compile fix for old PPC builds. --- .../juce_audio_processors/format_types/juce_VSTPluginFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp index f3612a4cb4..b34c8ab72a 100644 --- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp @@ -578,7 +578,7 @@ public: DetachResource (resHandle); HLock (resHandle); - Ptr ptr; + ::Ptr ptr; Str255 errorText; OSErr err = GetMemFragment (*resHandle, GetHandleSize (resHandle),