Skip to content

Commit

Permalink
Merge pull request #349 from User4martin/fpc-work-mac-2
Browse files Browse the repository at this point in the history
Fix compile for Cocoa with Lazarus fixes branch 2.0.x / Requires patc…
  • Loading branch information
salvadordf authored Mar 2, 2021
2 parents a5e430a + 8676b8c commit c87b93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/uceflazaruscocoa.pas
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ interface
{$IFDEF DARWIN} // $IFDEF MACOSX
type
CrAppProtocol = objcprotocol
function isHandlingSendEvent: objcbool; message 'isHandlingSendEvent';
function isHandlingSendEvent: LCLObjCBoolean; message 'isHandlingSendEvent';
end;

CrAppControlProtocol = objcprotocol(CrAppProtocol)
procedure setHandlingSendEvent(handlingSendEvent: objcbool); message 'setHandlingSendEvent:';
procedure setHandlingSendEvent(handlingSendEvent: LCLObjCBoolean); message 'setHandlingSendEvent:';
end;

TCrCocoaApplication = objcclass(TCocoaApplication, CrAppControlProtocol)
Expand Down

0 comments on commit c87b93a

Please sign in to comment.