mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:36:31 +02:00
codetools: test: fixed compilation
git-svn-id: trunk@49978 -
This commit is contained in:
parent
2781a21953
commit
540ba629c0
@ -27,9 +27,9 @@ uses
|
|||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
fdt_nestedclasses,
|
fdt_nestedclasses,
|
||||||
{$IFDEF Darwin}
|
{$IFDEF Darwin}
|
||||||
fdt_objccategory,
|
fdt_objccategory, fdt_objcclass,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
fdt_basic, fdt_objcclass;
|
fdt_basic;
|
||||||
|
|
||||||
const
|
const
|
||||||
ConfigFilename = 'codetools.config';
|
ConfigFilename = 'codetools.config';
|
||||||
|
Loading…
Reference in New Issue
Block a user