From abb10cb6707ef0c9ed691d4eb2fec06762247d39 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sat, 29 Aug 2020 03:34:21 -0400 Subject: [PATCH] Add binding name --- Headers/AppKit/NSKeyValueBinding.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Headers/AppKit/NSKeyValueBinding.h b/Headers/AppKit/NSKeyValueBinding.h index 5b86e9da8..9bba0c4ca 100644 --- a/Headers/AppKit/NSKeyValueBinding.h +++ b/Headers/AppKit/NSKeyValueBinding.h @@ -86,13 +86,12 @@ @end -// Keys in options dictionary - // binding values #if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST) typedef NSString *NSBindingName; #endif +// Keys in options dictionary #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) APPKIT_EXPORT BOOL NSIsControllerMarker(id object);