* missing function result

This commit is contained in:
peter 2004-05-24 15:33:02 +00:00
parent 6ecc535b18
commit 9cab8ec422

View File

@ -3,7 +3,7 @@
type
c=class
function Byte: Byte; virtual; abstract;
function P(b: Byte); virtual; abstract;
function P(b: Byte):boolean; virtual; abstract;
end;
begin