Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ef1168

Browse files
committedJun 27, 2024·
Fixes #1198
1 parent cdb6be2 commit 2ef1168

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎native/python/include/pyjp.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,14 @@ JPValue *PyJPValue_getJavaSlot(PyObject* obj);
178178
PyObject *PyJPModule_getClass(PyObject* module, PyObject *obj);
179179
PyObject *PyJPValue_getattro(PyObject *obj, PyObject *name);
180180
int PyJPValue_setattro(PyObject *self, PyObject *name, PyObject *value);
181-
void PyJPClass_hook(JPJavaFrame &frame, JPClass* cls);
182181
PyObject *PyJPChar_Create(PyTypeObject *type, Py_UCS2 p);
183182

184183
#ifdef __cplusplus
185184
}
186185
#endif
187186

187+
void PyJPClass_hook(JPJavaFrame &frame, JPClass* cls);
188+
188189
// C++ methods
189190
JPPyObject PyJPArray_create(JPJavaFrame &frame, PyTypeObject* wrapper, const JPValue& value);
190191
JPPyObject PyJPBuffer_create(JPJavaFrame &frame, PyTypeObject *type, const JPValue & value);

0 commit comments

Comments
 (0)
Please sign in to comment.