Removed struct/class warning for _jobject.

This commit is contained in:
warren%netscape.com 1998-08-04 00:53:49 +00:00
parent e6258c9d2d
commit 1a179fb88e

View File

@ -151,7 +151,11 @@ typedef juint jsize;
#endif
/* moved from jni.h -- Sun's new jni.h doesn't have this anymore */
#ifdef __cplusplus
typedef class _jobject *jref;
#else
typedef struct _jobject *jref;
#endif
typedef unsigned char jbool;
typedef char jbyte;