From 104e5cdbc73494ce79c2c7e3218bbd34f8b03163 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 14 Aug 2013 11:34:18 +0100 Subject: [PATCH] Replaced an OSX symbol that wasn't available in older SDKs. --- modules/juce_core/native/juce_mac_Files.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/native/juce_mac_Files.mm b/modules/juce_core/native/juce_mac_Files.mm index befd4944f5..b056622f3d 100644 --- a/modules/juce_core/native/juce_mac_Files.mm +++ b/modules/juce_core/native/juce_mac_Files.mm @@ -419,7 +419,7 @@ bool Process::openDocument (const String& fileName, const String& parameters) NSMutableDictionary* dict = [[[NSMutableDictionary alloc] init] autorelease]; [dict setObject: paramArray - forKey: NSWorkspaceLaunchConfigurationArguments]; + forKey: nsStringLiteral ("NSWorkspaceLaunchConfigurationArguments")]; return [workspace launchApplicationAtURL: filenameAsURL options: NSWorkspaceLaunchDefault | NSWorkspaceLaunchNewInstance