mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
(NSObject (NEXSTEP)): Comment out -name method because
NSNotification.h declares it with a different type. Eventually we'll have to come up with a more permanent solution. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1034 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2595147b64
commit
cf45bfe7ef
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ enum {NSNotFound = 0x7fffffff};
|
|||
@interface NSObject (NEXTSTEP)
|
||||
- error:(const char *)aString, ...;
|
||||
- notImplemented:(SEL)aSel;
|
||||
- (const char *) name;
|
||||
/* - (const char *) name;
|
||||
Removed because OpenStep has -(NSString*)name; */
|
||||
@end
|
||||
|
||||
@interface NSObject (GNU)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue