We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37b48f commit e302b91Copy full SHA for e302b91
Outline/Outline/Outline/Node.swift
@@ -12,7 +12,7 @@ class Node: NSObject {
12
var title = "Node"
13
var isGroup = false
14
var children = [Node]()
15
- weak var parent: HostsItem?
+ weak var parent: Node?
16
17
override init() {
18
super.init()
0 commit comments