mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
lcl: fix warning
git-svn-id: trunk@30012 -
This commit is contained in:
parent
77b6756595
commit
3fe1a6d2a2
@ -869,6 +869,7 @@ type
|
||||
function GetCount: Integer; override;
|
||||
procedure SetCount(const ACount: Integer); override;
|
||||
function GetItem(const AIndex: Integer): TListItem; override;
|
||||
public
|
||||
procedure Clear; override;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user