Implemented `getName()` temporarily to make tree print-out work

This commit is contained in:
Tristan B. Velloza Kildaire 2021-06-15 11:25:04 +02:00
parent 998a2dd577
commit 075c175d3e
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class DNode
*/
private string getName()
{
return "";
return resolver.generateName(cast(Container)dnodegen.root.getEntity(), cast(Entity)entity);
}
public string print()