mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 08:29:32 +02:00
JCF2: fixed compilation
git-svn-id: trunk@27683 -
This commit is contained in:
parent
f5f7e74be4
commit
59710747e4
@ -85,7 +85,7 @@ type
|
||||
destructor Destroy; override;
|
||||
class function GetGroupCaption: String; override;
|
||||
class function GetInstance: TAbstractIDEOptions; override;
|
||||
procedure DoAfterWrite; override;
|
||||
procedure DoAfterWrite(Restore: boolean); override;
|
||||
|
||||
procedure Read;
|
||||
procedure ReadFromFile(const psFileName: string; const pbMustExist: boolean);
|
||||
@ -252,7 +252,7 @@ begin
|
||||
Result := FormatSettings;
|
||||
end;
|
||||
|
||||
procedure TFormatSettings.DoAfterWrite;
|
||||
procedure TFormatSettings.DoAfterWrite(Restore: boolean);
|
||||
begin
|
||||
{ settings are now in need of saving }
|
||||
Dirty := True;
|
||||
|
Loading…
Reference in New Issue
Block a user