codetools: BuildInterfaceIdentifierCache: check if no source code, bug #18586

git-svn-id: trunk@29163 -
This commit is contained in:
mattias 2011-01-23 10:23:10 +00:00
parent ea6083c980
commit d33c7a2a37

View File

@ -5831,6 +5831,7 @@ begin
//debugln(['TFindDeclarationTool.BuildInterfaceIdentifierCache BEFORE ',MainFilename]);
BuildTree(true);
//debugln(['TFindDeclarationTool.BuildInterfaceIdentifierCache AFTER ',MainFilename]);
if Tree.Root=nil then exit;
// search interface section
InterfaceNode:=FindInterfaceNode;