mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +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;
|
||||
end;
|
||||
|
||||
function TDeflater.ZipID: Word;
|
||||
class function TDeflater.ZipID: Word;
|
||||
begin
|
||||
Result:=8;
|
||||
end;
|
||||
@ -436,7 +436,7 @@ begin
|
||||
ProcessLine('');
|
||||
end;
|
||||
|
||||
function TShrinker.ZipID: Word;
|
||||
class function TShrinker.ZipID: Word;
|
||||
begin
|
||||
Result:=1;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user