瀏覽代碼

Fix warning.

Martijn Laan 6 年之前
父節點
當前提交
dbff148459
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Projects/CompForm.pas

+ 1 - 1
Projects/CompForm.pas

@@ -1470,7 +1470,7 @@ type
 procedure AddLines(const ListBox: TListBox; const S: String; const AObject: TObject; const LineBreaks: Boolean; const Prefix: TAddLinesPrefix; const PrefixParam: Cardinal);
 var
   ST: TSystemTime;
-  LineNumber: Integer;
+  LineNumber: Cardinal;
 
   procedure AddLine(S: String);
   var