mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 04:58:15 +02:00
Converter: support class defintion in implementation section.
git-svn-id: trunk@27326 -
This commit is contained in:
parent
0f7bdce052
commit
017b48771a
@ -432,7 +432,7 @@ begin
|
||||
with fCodeTool do begin
|
||||
BuildTree(true);
|
||||
// Find the class name that the main class inherits from.
|
||||
ANode:=FindClassNodeInInterface(AClassName,true,false,false);
|
||||
ANode:=FindClassNodeInUnit(AClassName,true,false,false,false);
|
||||
if ANode=nil then exit;
|
||||
BuildSubTreeForClass(ANode);
|
||||
InheritanceNode:=FindInheritanceNode(ANode);
|
||||
|
Loading…
Reference in New Issue
Block a user