Browse Source

macOS: Fixed 10.7 compatibility

tags/2021-05-28
ed Tom Poole 4 years ago
parent
commit
b51da7dec0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/native/juce_mac_SystemStats.mm

+ 1
- 1
modules/juce_core/native/juce_mac_SystemStats.mm View File

@@ -132,7 +132,7 @@ static String getOSXVersion()
#endif
if (dict != nullptr)
return nsStringToJuce (dict[nsStringLiteral ("ProductVersion")]);
return nsStringToJuce ([dict objectForKey: nsStringLiteral ("ProductVersion")]);
jassertfalse;
return {};


Loading…
Cancel
Save