mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:59:15 +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;
|
STATUSBAR_DEFAULT_HEIGHT = 18;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
// Some components might be using CocoaPrivate for use of LCLObjCBoolean
|
||||||
|
// Thus this declaration needs to be here.
|
||||||
|
LCLObjCBoolean = cocoa_extra.LCLObjCBoolean;
|
||||||
|
|
||||||
{ ICommonCallback }
|
{ ICommonCallback }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user