mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 10:19:13 +02:00
simpleideintf: fixed abstract methods
git-svn-id: trunk@21957 -
This commit is contained in:
parent
8bbd186b74
commit
7ef4bc3026
@ -1,12 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<PathDelim Value="/"/>
|
||||
<Version Value="5"/>
|
||||
<Version Value="7"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<LRSInOutputDirectory Value="False"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<IconPath Value="./"/>
|
||||
<TargetFileExt Value=""/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
@ -49,10 +50,7 @@
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<CodeGeneration>
|
||||
<Generate Value="Faster"/>
|
||||
</CodeGeneration>
|
||||
<Version Value="8"/>
|
||||
<Other>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
|
@ -33,7 +33,7 @@ type
|
||||
{ TLazyTextConverterToolClasses }
|
||||
|
||||
TLazyTextConverterToolClasses = class(TTextConverterToolClasses)
|
||||
protected
|
||||
public
|
||||
function SupportsType(aTextType: TTextConverterType): boolean; override;
|
||||
|
||||
function GetTempFilename: string; override;
|
||||
|
Loading…
Reference in New Issue
Block a user