Explorar el Código

* allow specializations when parsing nested types

Sven/Sarah Barth hace 2 semanas
padre
commit
c8da8b6df4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/ptype.pas

+ 1 - 1
compiler/ptype.pas

@@ -339,7 +339,7 @@ implementation
                      structdefstack.add(structdef);
                      structdefstack.add(structdef);
                      structdef:=tabstractrecorddef(structdef.owner.defowner);
                      structdef:=tabstractrecorddef(structdef.owner.defowner);
                    end;
                    end;
-                 parse_nested_types(def,isfowarddef,false,structdefstack);
+                 parse_nested_types(def,isfowarddef,true,structdefstack);
                  structdefstack.free;
                  structdefstack.free;
                  result:=true;
                  result:=true;
                  exit;
                  exit;