1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00

OSX 10.4 compile fix.

This commit is contained in:
jules 2012-08-09 16:25:53 +01:00
parent 753ebf48e5
commit ec995d9753

View file

@ -83,7 +83,7 @@ public:
const String& name, const int menuId, const int tag)
{
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
static bool is10_4 = (SystemStats::getOperatingSystemType() == MacOSX_10_4);
static bool is10_4 = (SystemStats::getOperatingSystemType() == SystemStats::MacOSX_10_4);
if (is10_4)
{