Browse Source

* use tinterfacedobject instead of tobject

peter 23 years ago
parent
commit
0d83bb989d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs/tb0375.pp

+ 1 - 1
tests/tbs/tb0375.pp

@@ -6,7 +6,7 @@ type
       procedure intfp;
    end;
 
-   tc1 = class(tobject,i1)
+   tc1 = class(tinterfacedobject,i1)
       procedure i1.intfp = p;
       procedure p;
    end;