Browse Source

* missing function result

peter 21 years ago
parent
commit
9cab8ec422
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs/tb0456.pp

+ 1 - 1
tests/tbs/tb0456.pp

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