diff --git a/redo/osxaltest/box.m b/redo/osxaltest/box.m index 3a6c7520..b4564874 100644 --- a/redo/osxaltest/box.m +++ b/redo/osxaltest/box.m @@ -30,7 +30,7 @@ { self = [super init]; if (self) { - self->v = [[NSView alloc] initWithFrame:NSZeroRect]; + self->v = [[tBoxContainer alloc] initWithFrame:NSZeroRect]; [self->v setTranslatesAutoresizingMaskIntoConstraints:NO]; self->children = [NSMutableArray new]; self->stretchy = [NSMutableArray new];