2
0
Эх сурвалжийг харах

* fixed compilation after introduction of strict class type checking
for var/out parameters

git-svn-id: branches/objc@13597 -

Jonas Maebe 16 жил өмнө
parent
commit
8def2c2ac3

+ 1 - 1
compiler/nobjc.pas

@@ -231,7 +231,7 @@ function tobjcmessagesendnode.pass_1: tnode;
     msgsendname: string;
     newparas,
     para: tcallparanode;
-    block: tblocknode;
+    block: tnode;
     statements: tstatementnode;
     temp: ttempcreatenode;
     objcsupertype: tdef;

+ 1 - 1
compiler/objcutil.pas

@@ -67,7 +67,7 @@ implementation
 
     function objcsuperclassnode(def: tobjectdef): tnode;
       var
-        block: tblocknode;
+        block: tnode;
         statements: tstatementnode;
         para: tcallparanode;
       begin