Skip to content

Commit 109524c

Browse files
Efraín EspadaEfraín Espada
authored andcommitted
jclass jobject
1 parent 035cbd9 commit 109524c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/cpp/native-lib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
extern "C" JNIEXPORT jstring JNICALL
55
Java_com_stringcare_library_SC_sign(
66
JNIEnv *env,
7-
jobject /* this */,
7+
jclass /* this */,
88
jstring key) {
99
std::string hello = "Hello from C++";
1010
// return env->NewStringUTF(hello.c_str());

0 commit comments

Comments
 (0)