mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 04:47:48 +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 Peek: T;
|
||||
function Extract: T;
|
||||
procedure TrimExcess;
|
||||
procedure TrimExcess; override;
|
||||
property Count: SizeInt read GetCount;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user