Changeset 358 for Generics


Ignore:
Timestamp:
May 2, 2012, 12:27:54 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: Compilation under Linux of Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/Generic/GenericList.inc

    r342 r358  
    2424    FItems: array of TGListItem;
    2525    FCount: TGListIndex;
    26     FUpdateCount: NativeInt;
     26    FUpdateCount: Integer;
    2727    FOnUpdate: TNotifyEvent;
    2828    function Get(Index: TGListIndex): TGListItem;
Note: See TracChangeset for help on using the changeset viewer.