mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 03:32:40 +00:00
Reference and Autotype test and bugfixes
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
self.tree = [[KPKTree alloc] init];
|
||||
self.tree.root = [[KPKGroup alloc] init];
|
||||
|
||||
/* FIXEM weak! */
|
||||
self.inheritingGroup = [self.tree createGroup:self.tree.root];
|
||||
self.includedGroup = [self.tree createGroup:self.tree.root];
|
||||
self.excludedGroup = [self.tree createGroup:self.tree.root];
|
||||
|
||||
Reference in New Issue
Block a user