Browse Source

Avoided a name clash with old Carbon headers.

tags/2021-05-28
jules 13 years ago
parent
commit
583fbb03d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/native/juce_osx_ObjCHelpers.h

+ 1
- 1
modules/juce_core/native/juce_osx_ObjCHelpers.h View File

@@ -135,7 +135,7 @@ struct ObjCClass
private:
static String getRandomisedName (const char* root)
{
return root + String::toHexString (Random::getSystemRandom().nextInt64());
return root + String::toHexString (juce::Random::getSystemRandom().nextInt64());
}
JUCE_DECLARE_NON_COPYABLE (ObjCClass);


Loading…
Cancel
Save