Przeglądaj źródła

* use tinterfacedobject instead of tobject

peter 23 lat temu
rodzic
commit
0d83bb989d
1 zmienionych plików z 1 dodań i 1 usunięć
  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;