mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 23:36:16 +02:00
fixes for fpc 1.1
git-svn-id: trunk@3058 -
This commit is contained in:
parent
f8a4add7ea
commit
5e332161de
@ -467,8 +467,8 @@ type
|
||||
procedure LockAllEditorsInSourceChangeCache;
|
||||
procedure UnlockAllEditorsInSourceChangeCache;
|
||||
function GetDiffFiles: TDiffFiles;
|
||||
procedure GetText(PageIndex: integer; OnlySelection: boolean;
|
||||
var Source: string);
|
||||
procedure GetSourceText(PageIndex: integer; OnlySelection: boolean;
|
||||
var Source: string);
|
||||
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
@ -3001,8 +3001,8 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TSourceNotebook.GetText(PageIndex: integer; OnlySelection: boolean;
|
||||
var Source: string);
|
||||
procedure TSourceNotebook.GetSourceText(PageIndex: integer;
|
||||
OnlySelection: boolean; var Source: string);
|
||||
var
|
||||
SrcEdit: TSourceEditor;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user