Commit b89381a2 by Kai Tietz

Missed part of regenerated file.

From-SVN: r172196
parent 97e03fa1
...@@ -546,7 +546,7 @@ private: ...@@ -546,7 +546,7 @@ private:
friend void *::_Jv_AllocPtrFreeObj (jint, jclass); friend void *::_Jv_AllocPtrFreeObj (jint, jclass);
friend void *::_Jv_AllocArray (jint, jclass); friend void *::_Jv_AllocArray (jint, jclass);
friend jobject (::_Jv_JNI_ToReflectedField) (_Jv_JNIEnv *, jclass, jfieldID, friend jobject JNICALL (::_Jv_JNI_ToReflectedField) (_Jv_JNIEnv *, jclass, jfieldID,
jboolean); jboolean);
friend jobject (::_Jv_JNI_ToReflectedMethod) (_Jv_JNIEnv *, jclass, jmethodID, friend jobject (::_Jv_JNI_ToReflectedMethod) (_Jv_JNIEnv *, jclass, jmethodID,
jboolean); jboolean);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment