From 7ef4bc3026e8af5d1d64f23e8a423fbf15f314ad Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 1 Oct 2009 19:38:48 +0000 Subject: [PATCH] simpleideintf: fixed abstract methods git-svn-id: trunk@21957 - --- components/simpleideintf/examples/testh2pastool.lpi | 12 +++++------- components/simpleideintf/simpleide.pas | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/components/simpleideintf/examples/testh2pastool.lpi b/components/simpleideintf/examples/testh2pastool.lpi index 8ad717f8e3..fabb4d206c 100644 --- a/components/simpleideintf/examples/testh2pastool.lpi +++ b/components/simpleideintf/examples/testh2pastool.lpi @@ -1,12 +1,13 @@ - - + + + + - @@ -49,10 +50,7 @@ - - - - + diff --git a/components/simpleideintf/simpleide.pas b/components/simpleideintf/simpleide.pas index 7493ea0dec..92d0719975 100644 --- a/components/simpleideintf/simpleide.pas +++ b/components/simpleideintf/simpleide.pas @@ -33,7 +33,7 @@ type { TLazyTextConverterToolClasses } TLazyTextConverterToolClasses = class(TTextConverterToolClasses) - protected + public function SupportsType(aTextType: TTextConverterType): boolean; override; function GetTempFilename: string; override;