Skip to content

Commit

Permalink
We're really not a struct :(
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Feb 3, 2015
1 parent 7515e4c commit d0af2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftBox/Layout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public enum SelfAlignment: UInt32 {
case Stretch = 4
}

public struct Layout {
public class Layout {
internal let node: NodeImpl

public let children: [Layout]
Expand Down

0 comments on commit d0af2d6

Please sign in to comment.