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:
rfm 2015-11-02 18:37:00 +00:00
parent 989f201333
commit b9a2414a87

View file

@ -1943,12 +1943,12 @@ Also returns the child index relative to this parent. */
- (void) _initOutlineDefaults
{
_itemDict = NSCreateMapTable(NSObjectMapKeyCallBacks,
_itemDict = NSCreateMapTable(keyCallBacks,
NSObjectMapValueCallBacks,
64);
_items = [[NSMutableArray alloc] init];
_expandedItems = [[NSMutableArray alloc] init];
_levelOfItems = NSCreateMapTable(NSObjectMapKeyCallBacks,
_levelOfItems = NSCreateMapTable(keyCallBacks,
NSObjectMapValueCallBacks,
64);