diff --git a/components/codetools/finddeclarationtool.pas b/components/codetools/finddeclarationtool.pas index 30ebc12c1e..e843c96219 100644 --- a/components/codetools/finddeclarationtool.pas +++ b/components/codetools/finddeclarationtool.pas @@ -2266,7 +2266,8 @@ begin Result += ': '; end; case TypeNode.Desc of - ctnIdentifier, ctnSpecialize, ctnSpecializeType: + ctnIdentifier, ctnSpecialize, ctnSpecializeType, + ctnPointertype, ctnRangeType, ctnFileType, ctnclassOfType: begin Result += ExtractNode(TypeNode, [phpCommentsToSpace]); end;