From 97f4b386da877a3927fad629e94e173b590a779d Mon Sep 17 00:00:00 2001 From: inoussa Date: Thu, 7 Aug 2008 00:44:09 +0000 Subject: [PATCH] fpc 2.2.0 compatibility fix git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@523 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/ws_helper/pascal_parser_intf.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wst/trunk/ws_helper/pascal_parser_intf.pas b/wst/trunk/ws_helper/pascal_parser_intf.pas index da684e991..6d5ce8ddf 100644 --- a/wst/trunk/ws_helper/pascal_parser_intf.pas +++ b/wst/trunk/ws_helper/pascal_parser_intf.pas @@ -100,7 +100,7 @@ type AVisibility : TPasMemberVisibility; const ASourceFilename : String; ASourceLinenumber : Integer - ): TPasElement;override; + ): TPasElement;override;overload; function CreateArray( const AName : string; AItemType : TPasType;