Browse Source

OSX 10.4 compile fix.

tags/2021-05-28
jules 13 years ago
parent
commit
ec995d9753
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/native/juce_mac_MainMenu.mm

+ 1
- 1
modules/juce_gui_basics/native/juce_mac_MainMenu.mm 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)
{


Loading…
Cancel
Save