lcl: fix warning

git-svn-id: trunk@30012 -
This commit is contained in:
paul 2011-03-25 08:55:01 +00:00
parent 77b6756595
commit 3fe1a6d2a2

View File

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