mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 12:02:41 +02:00
codetools: BuildInterfaceIdentifierCache: check if no source code, bug #18586
git-svn-id: trunk@29163 -
This commit is contained in:
parent
ea6083c980
commit
d33c7a2a37
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user