mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-13 01:28:35 +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
|
with fCodeTool do begin
|
||||||
BuildTree(true);
|
BuildTree(true);
|
||||||
// Find the class name that the main class inherits from.
|
// 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;
|
if ANode=nil then exit;
|
||||||
BuildSubTreeForClass(ANode);
|
BuildSubTreeForClass(ANode);
|
||||||
InheritanceNode:=FindInheritanceNode(ANode);
|
InheritanceNode:=FindInheritanceNode(ANode);
|
||||||
|
Loading…
Reference in New Issue
Block a user