mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Fix compilation issue
This commit is contained in:
parent
ad75804102
commit
8935a2d2da
2 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
{
|
||||
NSMutableDictionary *dict =
|
||||
[NSMutableDictionary dictionaryWithObject:
|
||||
[NSMutableArray arrayWithArray: children]
|
||||
[NSMutableArray arrayWithArray: content]
|
||||
forKey: @"children"];
|
||||
|
||||
self = [super initWithRepresentedObject: dict];
|
||||
|
|
|
@ -332,6 +332,8 @@
|
|||
|
||||
lastIndex = [indexPath indexAtPosition: length - 1];
|
||||
[children insertObject: object atIndex: lastIndex];
|
||||
|
||||
NSLog(@"children = %@, class = %@", children, [children className]);
|
||||
[self rearrangeObjects];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue