+ Added class word to 2 lines

git-svn-id: trunk@4421 -
This commit is contained in:
michael 2006-08-14 11:27:37 +00:00
parent d48866d4e2
commit 62658e26fc

View File

@ -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;