lcl: ifdef to allow old fpdoc parse

git-svn-id: trunk@54526 -
This commit is contained in:
mattias 2017-04-05 09:31:38 +00:00
parent 6139a22bcf
commit 3ea79c5046

View File

@ -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;