mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
Examples: AndroidMath: Java9 compatibility fixed - finalizers can not be used.
git-svn-id: svn://ultimatepp.org/upp/trunk@16026 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
181edf9277
commit
e96f8d39c7
3 changed files with 12 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ extern "C" {
|
|||
mm.MakeCopy(env, jobjThis, jobjThat);
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL Java_org_upp_AndroidMath_Vector_nativeFinalize(
|
||||
JNIEXPORT void JNICALL Java_org_upp_AndroidMath_Vector_nativeDispose(
|
||||
JNIEnv *env,
|
||||
jobject obj)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue