X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/24e8080bddc73dc3ffcaa483570cdfa9d7258c53..0fc44e732f98ed55cdd0d0914c4031ad9c005edc:/ITCategory-NSView.m diff --git a/ITCategory-NSView.m b/ITCategory-NSView.m index be4332b..9016162 100644 --- a/ITCategory-NSView.m +++ b/ITCategory-NSView.m @@ -3,7 +3,7 @@ @implementation NSView (ITKitCategory) - (void)removeAllSubviews { - [[self subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)]; + [[self subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)]; } - (void)removeSubview:(NSView *)subview {