mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
lcl: ifdef to allow old fpdoc parse
git-svn-id: trunk@54526 -
This commit is contained in:
parent
6139a22bcf
commit
3ea79c5046
@ -1436,7 +1436,7 @@ type
|
||||
|
||||
{ TCtrlBands }
|
||||
|
||||
TCtrlBands = class (specialize TFPGObjectList<TCtrlBand>)
|
||||
TCtrlBands = class ({$IFDEF FPDoc}TFPGObjectList{$ELSE}specialize TFPGObjectList<TCtrlBand>{$ENDIF})
|
||||
public
|
||||
function GetIndex(AControl: TControl): Integer;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user