mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 19:19:19 +02:00
fixed error because of conflicted merge
git-svn-id: trunk@6348 -
This commit is contained in:
parent
9783f54fb3
commit
28f838614a
@ -647,7 +647,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
TfrmCompilerOptions LoadCompilerOptions
|
TBaseCompilerOptions LoadCompilerOptions
|
||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
procedure TBaseCompilerOptions.LoadCompilerOptions(UseExistingFile: Boolean);
|
procedure TBaseCompilerOptions.LoadCompilerOptions(UseExistingFile: Boolean);
|
||||||
var
|
var
|
||||||
|
@ -2148,7 +2148,6 @@ begin
|
|||||||
{$ELSE}
|
{$ELSE}
|
||||||
if TMethod(@Self.GetTextBuf).Code = Pointer(@TControl.GetTextBuf)
|
if TMethod(@Self.GetTextBuf).Code = Pointer(@TControl.GetTextBuf)
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
=======
|
|
||||||
then begin
|
then begin
|
||||||
Result := RealGetText;
|
Result := RealGetText;
|
||||||
end
|
end
|
||||||
@ -3428,6 +3427,9 @@ end;
|
|||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.224 2004/12/07 06:28:09 vincents
|
||||||
|
fixed error because of conflicted merge
|
||||||
|
|
||||||
Revision 1.223 2004/12/07 03:15:32 vincents
|
Revision 1.223 2004/12/07 03:15:32 vincents
|
||||||
fixed fpc 1.0.x compilation
|
fixed fpc 1.0.x compilation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user