Explorar el Código

* copy the new convnodeflags field in ttypeconvnode.dogetcopy

git-svn-id: trunk@38637 -
nickysn hace 7 años
padre
commit
3e9b9451b4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      compiler/ncnv.pas

+ 1 - 0
compiler/ncnv.pas

@@ -1009,6 +1009,7 @@ implementation
       begin
          n:=ttypeconvnode(inherited dogetcopy);
          n.convtype:=convtype;
+         n.convnodeflags:=convnodeflags;
          n.totypedef:=totypedef;
          n.assignment_side:=assignment_side;
          dogetcopy:=n;