Skip to content

Commit d0af2d6

Browse files
committed
We're really not a struct :(
1 parent 7515e4c commit d0af2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftBox/Layout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public enum SelfAlignment: UInt32 {
5454
case Stretch = 4
5555
}
5656

57-
public struct Layout {
57+
public class Layout {
5858
internal let node: NodeImpl
5959

6060
public let children: [Layout]

0 commit comments

Comments
 (0)