mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 13:39:30 +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 }
|
||||||
|
|
||||||
TCtrlBands = class (specialize TFPGObjectList<TCtrlBand>)
|
TCtrlBands = class ({$IFDEF FPDoc}TFPGObjectList{$ELSE}specialize TFPGObjectList<TCtrlBand>{$ENDIF})
|
||||||
public
|
public
|
||||||
function GetIndex(AControl: TControl): Integer;
|
function GetIndex(AControl: TControl): Integer;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user