Fix use of obsolete/deprecated method.

This commit is contained in:
rfm 2024-07-31 10:24:04 +01:00
parent 6d8f546c08
commit 04f0d76904

View file

@ -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();