mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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."
|
GSOnceMLog(@"Garbage Collection no longer supported."
|
||||||
@" Using +weakToStringObjectsMapTable");
|
@" Using +weakToStringObjectsMapTable");
|
||||||
return [self weakToStringObjectsMapTable];
|
return [self weakToStrongObjectsMapTable];
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (id) mapTableWithWeakToWeakObjects
|
+ (id) mapTableWithWeakToWeakObjects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue