From 37f5929a08c02b70911b5076c9b2585221028198 Mon Sep 17 00:00:00 2001 From: dmitry Date: Tue, 9 Jul 2019 16:56:09 +0000 Subject: [PATCH] cocoa: crating LCLObjCBoolean alias at cocoaprivate for backwards compatibility git-svn-id: trunk@61553 - --- lcl/interfaces/cocoa/cocoaprivate.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lcl/interfaces/cocoa/cocoaprivate.pas b/lcl/interfaces/cocoa/cocoaprivate.pas index 2f862dd296..a974e10681 100644 --- a/lcl/interfaces/cocoa/cocoaprivate.pas +++ b/lcl/interfaces/cocoa/cocoaprivate.pas @@ -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 }