mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 04:20:29 +01:00
Codetools: fix return value of TFindDeclarationTool.BuildInterfaceIdentifierCache
git-svn-id: trunk@43549 -
This commit is contained in:
parent
9202fa9fcd
commit
490e3b3df5
@ -6531,7 +6531,7 @@ begin
|
||||
//debugln(['TFindDeclarationTool.BuildInterfaceIdentifierCache BEFORE ',MainFilename]);
|
||||
BuildTree(lsrImplementationStart);
|
||||
//debugln(['TFindDeclarationTool.BuildInterfaceIdentifierCache AFTER ',MainFilename]);
|
||||
if Tree.Root=nil then exit;
|
||||
if Tree.Root=nil then exit(false);
|
||||
|
||||
// search interface section
|
||||
InterfaceNode:=FindInterfaceNode;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user