فهرست منبع

* Forgot to commit

Michaël Van Canneyt 8 ماه پیش
والد
کامیت
e86a4a9c1f
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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
 Var
   Temp : String;
   Temp : String;
-
+  i : Integer;
+  
 begin
 begin
   Temp:='record';
   Temp:='record';
   If aType.IsPacked then
   If aType.IsPacked then