lcl: cocoa: fixed compile

git-svn-id: trunk@62374 -
This commit is contained in:
mattias 2019-12-11 10:31:31 +00:00
parent 8535bb2ac4
commit 12e1db7dc3

View File

@ -74,7 +74,7 @@ type
procedure setEnabled_(aenabled: ObjCBool); message 'setEnabled:';
end;
{$if FPC_FULLVERSION < 30300}
{$if FPC_FULLVERSION < 30301}
NSAppearance = objcclass external(NSObject)
function name: NSString; message 'name';
class function currentAppearance: NSAppearance; message 'currentAppearance';