fixes for fpc 1.1

git-svn-id: trunk@3058 -
This commit is contained in:
mattias 2002-08-18 08:57:23 +00:00
parent f8a4add7ea
commit 5e332161de

View File

@ -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