mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix use of obsolete/deprecated method.
This commit is contained in:
parent
6d8f546c08
commit
04f0d76904
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ GSDebugAllocationTaggedObjects(Class c)
|
|||
/* Create the map table outside the locked region to minimise time
|
||||
* locked and to avoid deadlock.
|
||||
*/
|
||||
answer = [NSMapTable mapTableWithStrongToStrongObjects];
|
||||
answer = [NSMapTable strongToStrongObjectsMapTable];
|
||||
|
||||
doLock();
|
||||
|
||||
|
|
Loading…
Reference in a new issue