mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
+ Added class word to 2 lines
git-svn-id: trunk@4421 -
This commit is contained in:
parent
d48866d4e2
commit
62658e26fc
@ -365,7 +365,7 @@ begin
|
|||||||
Crc32Val:=NOT Crc32Val;
|
Crc32Val:=NOT Crc32Val;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TDeflater.ZipID: Word;
|
class function TDeflater.ZipID: Word;
|
||||||
begin
|
begin
|
||||||
Result:=8;
|
Result:=8;
|
||||||
end;
|
end;
|
||||||
@ -436,7 +436,7 @@ begin
|
|||||||
ProcessLine('');
|
ProcessLine('');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TShrinker.ZipID: Word;
|
class function TShrinker.ZipID: Word;
|
||||||
begin
|
begin
|
||||||
Result:=1;
|
Result:=1;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user