mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 11:19:21 +02:00
lcl: cocoa: fixed compile
git-svn-id: trunk@62374 -
This commit is contained in:
parent
8535bb2ac4
commit
12e1db7dc3
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user