mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:16:16 +02:00
cocoa: crating LCLObjCBoolean alias at cocoaprivate for backwards compatibility
git-svn-id: trunk@61553 -
This commit is contained in:
parent
e31b6f3a1c
commit
37f5929a08
@ -43,6 +43,9 @@ const
|
||||
STATUSBAR_DEFAULT_HEIGHT = 18;
|
||||
|
||||
type
|
||||
// Some components might be using CocoaPrivate for use of LCLObjCBoolean
|
||||
// Thus this declaration needs to be here.
|
||||
LCLObjCBoolean = cocoa_extra.LCLObjCBoolean;
|
||||
|
||||
{ ICommonCallback }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user