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;