mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* avoid warning about visibility of ItemIsmanaged
git-svn-id: trunk@43474 -
This commit is contained in:
parent
d21a262a6c
commit
6fcd7fe3f8
@ -139,12 +139,11 @@ type
|
||||
procedure SetLast(const Value: T); {$ifdef FGLINLINE} inline; {$endif}
|
||||
function GetFirst: T; {$ifdef FGLINLINE} inline; {$endif}
|
||||
procedure SetFirst(const Value: T); {$ifdef FGLINLINE} inline; {$endif}
|
||||
Protected
|
||||
class Function ItemIsManaged : Boolean; override;
|
||||
public
|
||||
Type
|
||||
TFPGListEnumeratorSpec = specialize TFPGListEnumerator<T>;
|
||||
constructor Create;
|
||||
class Function ItemIsManaged : Boolean; override;
|
||||
function Add(const Item: T): Integer; {$ifdef FGLINLINE} inline; {$endif}
|
||||
function Extract(const Item: T): T; {$ifdef FGLINLINE} inline; {$endif}
|
||||
property First: T read GetFirst write SetFirst;
|
||||
|
Loading…
Reference in New Issue
Block a user