mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 14:37:48 +02:00
lcl: fix compilation with fpc 2.4.2 by Sven Barth (issue #0017923)
git-svn-id: trunk@28202 -
This commit is contained in:
parent
504bccb12b
commit
66053e7da5
@ -158,7 +158,7 @@ type
|
||||
procedure WriteData(AStream: TStream); virtual;
|
||||
procedure ReadData(AStream: TStream); virtual;
|
||||
function Equals(Obj: TObject): boolean;
|
||||
{$if not (defined(ver2_2_2) or defined(ver2_2_0))}{$IF FPC_FULLVERSION>20402}override;{$ENDIF}{$ENDIF}
|
||||
{$if not (defined(ver2_2_2) or defined(ver2_2_0))}{$IF FPC_FULLVERSION>=20402}override;{$ENDIF}{$ENDIF}
|
||||
procedure BeginUpdate;
|
||||
procedure EndUpdate;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user