mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:19:24 +02:00
IDE: less hints
git-svn-id: trunk@49667 -
This commit is contained in:
parent
aa33066937
commit
6104e32839
@ -13,6 +13,12 @@ uses
|
|||||||
LazarusIDEStrConsts, BaseDebugManager, Debugger;
|
LazarusIDEStrConsts, BaseDebugManager, Debugger;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
{$IFDEF darwin}
|
||||||
|
TMyDummyObcCClass = objcclass(NSObject)
|
||||||
|
// dummy class to get rid of FPC messages unit objc and objcbase not used
|
||||||
|
b: BOOL;
|
||||||
|
end;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
{ TDebugAttachDialogForm }
|
{ TDebugAttachDialogForm }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user