From 3ea79c5046f3cb49ee2dcc41c86ab4fd4659e6c8 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 5 Apr 2017 09:31:38 +0000 Subject: [PATCH] lcl: ifdef to allow old fpdoc parse git-svn-id: trunk@54526 - --- lcl/extctrls.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/extctrls.pp b/lcl/extctrls.pp index 97a5e823a1..97b7194f4c 100644 --- a/lcl/extctrls.pp +++ b/lcl/extctrls.pp @@ -1436,7 +1436,7 @@ type { TCtrlBands } - TCtrlBands = class (specialize TFPGObjectList) + TCtrlBands = class ({$IFDEF FPDoc}TFPGObjectList{$ELSE}specialize TFPGObjectList{$ENDIF}) public function GetIndex(AControl: TControl): Integer; end;