Migrating to a new development image.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2017-11-28 21:25:18 +00:00
parent 452db98945
commit 0ed3ffe53f
1 changed files with 1 additions and 1 deletions

View File

@ -845,7 +845,7 @@ GrafoscopioNode >> parent [
{ #category : #accessing }
GrafoscopioNode >> parent: aNode [
"A parent is a node that has the current node in its children"
aNode addNode: self.
parent := aNode.
]
{ #category : #'add/remove nodes' }