diff --git a/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUBase.cpp b/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUBase.cpp index 53c684f61b..15be9f2c09 100644 --- a/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUBase.cpp +++ b/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUBase.cpp @@ -55,6 +55,8 @@ #include "CAVectorUnit.h" #include "CAXException.h" +// NB: This line added for JUCE, for backwards-compatibility with pre-10.8 frameworks +#define kAudioUnitProperty_NickName ((AudioUnitPropertyID) 54) #if TARGET_OS_MAC && (TARGET_CPU_X86 || TARGET_CPU_X86_64)