From e158e14d5b2949f9c505a53ade7a4c457afca8c8 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 29 Apr 2012 12:48:27 +0000 Subject: [PATCH] codetools: getsmarthing: array of git-svn-id: trunk@37082 - --- components/codetools/finddeclarationtool.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/codetools/finddeclarationtool.pas b/components/codetools/finddeclarationtool.pas index 3948884c4a..9f557feeb1 100644 --- a/components/codetools/finddeclarationtool.pas +++ b/components/codetools/finddeclarationtool.pas @@ -2271,7 +2271,7 @@ begin Result += ExtractNode(TypeNode, [phpCommentsToSpace]); end; ctnClass, ctnClassInterface, ctnDispinterface, - ctnObject, ctnRecordType, + ctnObject, ctnRecordType, ctnRangedArrayType, ctnOpenArrayType, ctnObjCClass, ctnObjCCategory, ctnObjCProtocol, ctnCPPClass: begin MoveCursorToNodeStart(TypeNode);