mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 03:34:57 +01:00
* Removed inline, since inherited is not supported.
git-svn-id: trunk@41458 -
This commit is contained in:
parent
a277a5f8db
commit
9f88cae771
@ -422,9 +422,9 @@ type
|
||||
{ true if string is in the container }
|
||||
function Find(const s:TCmdStr):TCmdStrListItem;
|
||||
{ inserts an item }
|
||||
procedure InsertItem(item:TCmdStrListItem); {$ifdef CCLASSESINLINE}inline;{$endif}
|
||||
procedure InsertItem(item:TCmdStrListItem);
|
||||
{ concats an item }
|
||||
procedure ConcatItem(item:TCmdStrListItem); {$ifdef CCLASSESINLINE}inline;{$endif}
|
||||
procedure ConcatItem(item:TCmdStrListItem);
|
||||
property Doubles:boolean read FDoubles write FDoubles;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user