瀏覽代碼

* 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
   Temp : String;
-
+  i : Integer;
+  
 begin
   Temp:='record';
   If aType.IsPacked then