mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 05:40:24 +02:00
codetools: fixed sub parsing class interface
git-svn-id: trunk@26803 -
This commit is contained in:
parent
978187a18d
commit
11e862fcaa
@ -719,7 +719,7 @@ procedure TPascalParserTool.BuildSubTreeForClass(ClassNode: TCodeTreeNode);
|
||||
|
||||
var OldPhase: integer;
|
||||
begin
|
||||
if not (ClassNode.Desc in AllClassObjects) then
|
||||
if not (ClassNode.Desc in AllClasses) then
|
||||
RaiseClassDescInvalid;
|
||||
if (ClassNode.SubDesc and ctnsNeedJITParsing)=0 then begin
|
||||
// class already parsed
|
||||
|
Loading…
Reference in New Issue
Block a user