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:
parent
753ebf48e5
commit
ec995d9753
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue