laztuils: comment

git-svn-id: trunk@40432 -
This commit is contained in:
mattias 2013-02-27 14:26:10 +00:00
parent 2a34fda3dd
commit 01f2e05923

View File

@ -212,7 +212,7 @@ type
function GetPrev(const Key: Pointer; out PrevKey, PrevValue: Pointer): Boolean;
property Count: SizeInt read GetCount;
property Values[const Key: Pointer]: Pointer read GetValues write SetValues; default;
property Tree: TAvgLvlTree read FItems;
property Tree: TAvgLvlTree read FItems; // tree of PPointerToPointerItem
end;