fix pointer

This commit is contained in:
Brian Matzon 2004-11-13 20:52:47 +00:00
parent 11180c3712
commit f41e0542cd

View file

@ -1870,7 +1870,7 @@ void attachStreamThread() {
jfieldID highPriority;
jint highPriorityValue;
jmethodID priority;
JavaVM jvm = getJVM();
JavaVM* jvm = getJVM();
(*jvm)->AttachCurrentThreadAsDaemon(jvm, (void*)&stream_jnienv, NULL);
// set to high priority