summaryrefslogtreecommitdiffstats
path: root/src/native/common/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/common/Platform.c')
-rw-r--r--src/native/common/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/common/Platform.c b/src/native/common/Platform.c
index 0cc7adc..f0e4e11 100644
--- a/src/native/common/Platform.c
+++ b/src/native/common/Platform.c
@@ -4,7 +4,7 @@
#include <assert.h>
JNIEXPORT jint JNICALL
-Java_com_jogamp_gluegen_runtime_Platform_getPointerSizeInBitsImpl(JNIEnv *env, jclass _unused) {
+Java_com_jogamp_common_os_Platform_getPointerSizeInBitsImpl(JNIEnv *env, jclass _unused) {
return sizeof(void *) * 8;
}