mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 13:00:47 +02:00
MG: fixed consistency check inheritance
git-svn-id: trunk@657 -
This commit is contained in:
parent
6d1ba0f10c
commit
7b585c30cd
@ -3486,6 +3486,8 @@ end;
|
||||
function TFindDeclarationTool.ConsistencyCheck: integer;
|
||||
var ANodeCache: TCodeTreeNodeCache;
|
||||
begin
|
||||
Result:=inherited ConsistencyCheck;
|
||||
if Result<>0 then exit;
|
||||
if FInterfaceIdentifierCache<>nil then begin
|
||||
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user