mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-03 16:20:42 +00:00
another small tweak with map callbacks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39124 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
989f201333
commit
b9a2414a87
1 changed files with 2 additions and 2 deletions
|
@ -1943,12 +1943,12 @@ Also returns the child index relative to this parent. */
|
||||||
|
|
||||||
- (void) _initOutlineDefaults
|
- (void) _initOutlineDefaults
|
||||||
{
|
{
|
||||||
_itemDict = NSCreateMapTable(NSObjectMapKeyCallBacks,
|
_itemDict = NSCreateMapTable(keyCallBacks,
|
||||||
NSObjectMapValueCallBacks,
|
NSObjectMapValueCallBacks,
|
||||||
64);
|
64);
|
||||||
_items = [[NSMutableArray alloc] init];
|
_items = [[NSMutableArray alloc] init];
|
||||||
_expandedItems = [[NSMutableArray alloc] init];
|
_expandedItems = [[NSMutableArray alloc] init];
|
||||||
_levelOfItems = NSCreateMapTable(NSObjectMapKeyCallBacks,
|
_levelOfItems = NSCreateMapTable(keyCallBacks,
|
||||||
NSObjectMapValueCallBacks,
|
NSObjectMapValueCallBacks,
|
||||||
64);
|
64);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue