mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
fixups in changes made to avoid compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29261 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
55a9ce06d7
commit
cb1ee03381
9 changed files with 52 additions and 49 deletions
|
@ -37,6 +37,9 @@
|
|||
#include "NSCallBacks.h"
|
||||
#include "GSPrivate.h"
|
||||
|
||||
@interface NSConcreteHashTable : NSHashTable
|
||||
@end
|
||||
|
||||
@implementation NSHashTable
|
||||
|
||||
|
||||
|
@ -57,7 +60,7 @@ static Class concreteClass = 0;
|
|||
if (abstractClass == 0)
|
||||
{
|
||||
abstractClass = [NSHashTable class];
|
||||
concreteClass = NSClassFromString(@"NSConcreteHashTable");
|
||||
concreteClass = [NSConcreteHashTable class];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue