Update headers

This commit is contained in:
Gregory John Casamento 2023-03-08 10:43:41 -05:00
parent 9079cc611c
commit 1a40b13662

View file

@ -37,6 +37,7 @@
#import "AppKit/NSKeyValueBinding.h"
#import "AppKit/NSTreeController.h"
#import "AppKit/NSTreeNode.h"
#import "GSBindingHelpers.h"
#import "GSFastEnumeration.h"
@ -78,7 +79,6 @@
self = [self initWithContent: array];
RELEASE(array);
return self;
}