diff --git a/compiler/nobjc.pas b/compiler/nobjc.pas index 45e4b5040b..a1a30f53b0 100644 --- a/compiler/nobjc.pas +++ b/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; diff --git a/compiler/objcutil.pas b/compiler/objcutil.pas index 9951baeae0..2757fc8850 100644 --- a/compiler/objcutil.pas +++ b/compiler/objcutil.pas @@ -67,7 +67,7 @@ implementation function objcsuperclassnode(def: tobjectdef): tnode; var - block: tblocknode; + block: tnode; statements: tstatementnode; para: tcallparanode; begin