Browse Source

* Forgot to commit

Michaël Van Canneyt 6 months ago
parent
commit
e86a4a9c1f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/fcl-passrc/src/paswrite.pp

+ 2 - 1
packages/fcl-passrc/src/paswrite.pp

@@ -872,7 +872,8 @@ procedure TPasWriter.WriteRecordType(AType: TPasRecordType);
 
 Var
   Temp : String;
-
+  i : Integer;
+  
 begin
   Temp:='record';
   If aType.IsPacked then