mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
fix trivial typo
This commit is contained in:
parent
bcffa3c35d
commit
6d8f546c08
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static Class concreteClass = 0;
|
|||
{
|
||||
GSOnceMLog(@"Garbage Collection no longer supported."
|
||||
@" Using +weakToStringObjectsMapTable");
|
||||
return [self weakToStringObjectsMapTable];
|
||||
return [self weakToStrongObjectsMapTable];
|
||||
}
|
||||
|
||||
+ (id) mapTableWithWeakToWeakObjects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue