1
0
Fork 0
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:
jules 2012-06-07 13:01:02 +01:00
parent 56a4537088
commit 583fbb03d3

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);