Skip to content

Commit

Permalink
Fix use of obsolete/deprecated method.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Jul 31, 2024
1 parent 6d8f546 commit 04f0d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NSDebug.m
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ + (void) initialize
/* Create the map table outside the locked region to minimise time
* locked and to avoid deadlock.
*/
answer = [NSMapTable mapTableWithStrongToStrongObjects];
answer = [NSMapTable strongToStrongObjectsMapTable];

doLock();

Expand Down

0 comments on commit 04f0d76

Please sign in to comment.