mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 18:29:12 +02:00
Fix compile with 3.0.4
git-svn-id: trunk@64317 -
This commit is contained in:
parent
7ec8d3b74b
commit
beee215ea3
@ -291,7 +291,7 @@ type
|
||||
procedure DefineBinaryProperty(const Name: string;
|
||||
{%H-}ReadData, {%H-}WriteData: TStreamProc;
|
||||
{%H-}HasData: Boolean); override;
|
||||
procedure FlushBuffer; override;
|
||||
procedure FlushBuffer; {$IF FPC_FULLVERSION >= 30200}override;{$ENDIF}
|
||||
property DefinePropertyNames: TStrings read FDefinePropertyNames;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user