simpleideintf: fixed abstract methods

git-svn-id: trunk@21957 -
This commit is contained in:
mattias 2009-10-01 19:38:48 +00:00
parent 8bbd186b74
commit 7ef4bc3026
2 changed files with 6 additions and 8 deletions

View File

@ -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>

View File

@ -33,7 +33,7 @@ type
{ TLazyTextConverterToolClasses }
TLazyTextConverterToolClasses = class(TTextConverterToolClasses)
protected
public
function SupportsType(aTextType: TTextConverterType): boolean; override;
function GetTempFilename: string; override;