cocoa: crating LCLObjCBoolean alias at cocoaprivate for backwards compatibility

git-svn-id: trunk@61553 -
This commit is contained in:
dmitry 2019-07-09 16:56:09 +00:00
parent e31b6f3a1c
commit 37f5929a08

View File

@ -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 }