Skip to content

Commit

Permalink
Update Node.swift.
Browse files Browse the repository at this point in the history
  • Loading branch information
atjason committed Apr 6, 2016
1 parent f37b48f commit e302b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Outline/Outline/Outline/Node.swift
Expand Up @@ -12,7 +12,7 @@ class Node: NSObject {
var title = "Node"
var isGroup = false
var children = [Node]()
weak var parent: HostsItem?
weak var parent: Node?

override init() {
super.init()
Expand Down

0 comments on commit e302b91

Please sign in to comment.