Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type declaration for value returned by GetByteArrayElements.
It returns a poineter to a jbyte, but it was incorrectly declared as a pointer to a const jbyte. The warning here is now resolved. Related to #41.
- Loading branch information