mac: add missing semicolon to macosx_compat.h

fixes build on older systems
This commit is contained in:
Ken 2019-01-25 19:50:43 -08:00 committed by Akemi
parent 9284543ab9
commit f2e7e81bda
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static const NSEventModifierFlags NSEventModifierFlagOption = NSAlternateKeyMask
#if (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_9) #if (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_9)
typedef NSUInteger NSModalResponse; typedef NSUInteger NSModalResponse;
static const NSModalResponse NSModalResponseOK = NSFileHandlingPanelOKButton static const NSModalResponse NSModalResponseOK = NSFileHandlingPanelOKButton;
#endif #endif
#endif #endif