summaryrefslogtreecommitdiff
path: root/trunk/turbojpeg-jni.c
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-04 11:22:15 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-04 11:22:15 +0000
commit33f3a06bada341bc61c2e14227a75b47722ee8bb (patch)
treecdcfad4756e63cda8531c72dabf12eede0f869a1 /trunk/turbojpeg-jni.c
parentc85d7e6eb369771bb434880fb33db7ed409e4115 (diff)
JNI interface changed for TJ class, since it only has static methods now
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@339 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/turbojpeg-jni.c')
-rw-r--r--trunk/turbojpeg-jni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/turbojpeg-jni.c b/trunk/turbojpeg-jni.c
index 436a6dd..531ea6e 100644
--- a/trunk/turbojpeg-jni.c
+++ b/trunk/turbojpeg-jni.c
@@ -50,7 +50,7 @@
}
JNIEXPORT jlong JNICALL Java_TJ_BUFSIZE
- (JNIEnv *env, jobject obj, jint width, jint height)
+ (JNIEnv *env, jclass cls, jint width, jint height)
{
return TJBUFSIZE(width, height);
}