mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 06:00:26 +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"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<PathDelim Value="/"/>
|
<Version Value="7"/>
|
||||||
<Version Value="5"/>
|
|
||||||
<General>
|
<General>
|
||||||
|
<Flags>
|
||||||
|
<LRSInOutputDirectory Value="False"/>
|
||||||
|
</Flags>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<IconPath Value="./"/>
|
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
</General>
|
</General>
|
||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
@ -49,10 +50,7 @@
|
|||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="8"/>
|
||||||
<CodeGeneration>
|
|
||||||
<Generate Value="Faster"/>
|
|
||||||
</CodeGeneration>
|
|
||||||
<Other>
|
<Other>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
|
@ -33,7 +33,7 @@ type
|
|||||||
{ TLazyTextConverterToolClasses }
|
{ TLazyTextConverterToolClasses }
|
||||||
|
|
||||||
TLazyTextConverterToolClasses = class(TTextConverterToolClasses)
|
TLazyTextConverterToolClasses = class(TTextConverterToolClasses)
|
||||||
protected
|
public
|
||||||
function SupportsType(aTextType: TTextConverterType): boolean; override;
|
function SupportsType(aTextType: TTextConverterType): boolean; override;
|
||||||
|
|
||||||
function GetTempFilename: string; override;
|
function GetTempFilename: string; override;
|
||||||
|
Loading…
Reference in New Issue
Block a user