This commit is contained in:
Basile Burg 2015-03-11 19:28:11 +01:00
parent ec6ea26339
commit ef3b055bcf
2 changed files with 2 additions and 2 deletions

View File

@ -380,7 +380,7 @@ end;
procedure TMRUFileList.assign(src: TPersistent);
var
i: NativeInt;
i: Integer;
begin
inherited;
for i := Count-1 downto 0 do

View File

@ -14,7 +14,7 @@ type
TCESynMemo = class;
// SImple THintWindow descendant allowing the font size to be in sync with the editor.
// Simple THintWindow descendant allowing the font size to be in sync with the editor.
TCEEditorHintWindow = class(THintWindow)
public
class var FontSize: Integer;