mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-21 21:31:36 +02:00
simpleideintf: fixed compilation
git-svn-id: trunk@21958 -
This commit is contained in:
parent
7ef4bc3026
commit
e4af1bda51
@ -51,6 +51,9 @@
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="8"/>
|
||||
<SearchPaths>
|
||||
<LCLWidgetType Value="nogui"/>
|
||||
</SearchPaths>
|
||||
<Other>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
|
@ -24,8 +24,8 @@ program TestH2pasTool;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
Classes, SysUtils, H2PasWizard, H2PasConvert, IDETextConverter, SimpleIDEIntf,
|
||||
FileUtil;
|
||||
Interfaces, Classes, SysUtils, H2PasWizard, H2PasConvert, IDETextConverter,
|
||||
SimpleIDEIntf, FileUtil;
|
||||
|
||||
procedure TestTReplaceImplicitTypes(Converter: TIDETextConverter);
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user