fixed compiling without fpImage

git-svn-id: trunk@4608 -
This commit is contained in:
mattias 2003-09-12 17:32:03 +00:00
parent 52880372e2
commit c482981642

View File

@ -20,6 +20,7 @@
{ TPortableNetworkGraphic }
{$IFDEF UseFPImage}
function TPortableNetworkGraphic.GetFPReaderForFileExt(
const FileExtension: string): TFPCustomImageReaderClass;
begin
@ -31,6 +32,7 @@ function TPortableNetworkGraphic.GetFPWriterForFileExt(
begin
Result:=TFPWriterPNG;
end;
{$ENDIF}
function TPortableNetworkGraphic.LazarusResourceTypeValid(
const ResourceType: string): boolean;