(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:
Andrew McCallum 1995-03-08 22:55:37 +00:00
parent 95f1e53a92
commit f137ac84b2
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
#if NeXT_runtime
+ class;
#else
+ (Class*) class;
+ (Class) class;
#endif
- invalidateProxy;

View file

@ -50,7 +50,7 @@
#if NeXT_runtime
+ class;
#else
+ (Class*) class;
+ (Class) class;
#endif
- invalidateProxy;