mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Tidied for consistency
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29262 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cb1ee03381
commit
eacf55249b
2 changed files with 6 additions and 6 deletions
|
@ -439,7 +439,7 @@ NSCreateMapTableWithZone(
|
|||
|
||||
if (concreteClass == Nil)
|
||||
{
|
||||
concreteClass = [NSConcreteMapTable class];
|
||||
[NSConcreteMapTable class]; // Force +initialize
|
||||
}
|
||||
table = (GSIMapTable)[concreteClass allocWithZone: zone];
|
||||
|
||||
|
@ -1133,7 +1133,7 @@ const NSMapTableValueCallBacks NSOwnedPointerMapValueCallBacks =
|
|||
|
||||
+ (void) initialize
|
||||
{
|
||||
if (concreteClass == Nil)
|
||||
if (concreteClass == 0)
|
||||
{
|
||||
concreteClass = [NSConcreteMapTable class];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue