mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Avoided a name clash with old Carbon headers.
This commit is contained in:
parent
56a4537088
commit
583fbb03d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue