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