mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:39:14 +02:00
Converter: add a comment.
git-svn-id: trunk@28758 -
This commit is contained in:
parent
dcbf5c2171
commit
8ff8637855
@ -68,6 +68,7 @@ type
|
|||||||
protected
|
protected
|
||||||
// This is either the Interface or Implementation node.
|
// This is either the Interface or Implementation node.
|
||||||
function ParentBlockNode: TCodeTreeNode; virtual; abstract;
|
function ParentBlockNode: TCodeTreeNode; virtual; abstract;
|
||||||
|
// Uses node in either Main or Implementation section.
|
||||||
function UsesSectionNode: TCodeTreeNode; virtual; abstract;
|
function UsesSectionNode: TCodeTreeNode; virtual; abstract;
|
||||||
public
|
public
|
||||||
constructor Create(ACTLink: TCodeToolLink);
|
constructor Create(ACTLink: TCodeToolLink);
|
||||||
|
Loading…
Reference in New Issue
Block a user