mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(class): use "Class" instead of "Class*" to match new runtime.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@66 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
95f1e53a92
commit
f137ac84b2
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
#if NeXT_runtime
|
||||
+ class;
|
||||
#else
|
||||
+ (Class*) class;
|
||||
+ (Class) class;
|
||||
#endif
|
||||
|
||||
- invalidateProxy;
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#if NeXT_runtime
|
||||
+ class;
|
||||
#else
|
||||
+ (Class*) class;
|
||||
+ (Class) class;
|
||||
#endif
|
||||
|
||||
- invalidateProxy;
|
||||
|
|
Loading…
Reference in a new issue