mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-20 15:29:17 +02:00
* TStack<>.TrimExcess should override TCustomList<>.TrimExcess
This commit is contained in:
parent
45abbd53bf
commit
cbcbf73cbf
@ -326,7 +326,7 @@ type
|
|||||||
function Pop: T;
|
function Pop: T;
|
||||||
function Peek: T;
|
function Peek: T;
|
||||||
function Extract: T;
|
function Extract: T;
|
||||||
procedure TrimExcess;
|
procedure TrimExcess; override;
|
||||||
property Count: SizeInt read GetCount;
|
property Count: SizeInt read GetCount;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user