mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
[poincare] Fix Tree logging typo
This commit is contained in:
@@ -165,7 +165,7 @@ public:
|
||||
logAttributes(stream);
|
||||
stream << ">";
|
||||
if (recursive) {
|
||||
for (TreeNode * child : depthFirstChildren()) {
|
||||
for (TreeNode * child : directChildren()) {
|
||||
child->log(stream, recursive);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user