mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Lazarus 4.99 compatibility
This commit is contained in:
parent
828829ff70
commit
039946e768
1 changed files with 2 additions and 1 deletions
|
|
@ -143,7 +143,6 @@ uses
|
|||
//==== TSynUniSyn ============================================================
|
||||
constructor TSynUniSyn.Create(AOwner: TComponent);
|
||||
begin
|
||||
inherited Create(AOwner);
|
||||
Info := TSynInfo.Create;
|
||||
Info.History := TStringList.Create;
|
||||
Info.Sample := TStringList.Create;
|
||||
|
|
@ -157,6 +156,8 @@ begin
|
|||
fEol := False;
|
||||
fPrEol := False;
|
||||
fCurrentRule := MainRules;
|
||||
|
||||
inherited Create(AOwner);
|
||||
end;
|
||||
|
||||
destructor TSynUniSyn.Destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue