Skip to content

Commit 6d3376e

Browse files
committed
fix cpp
1 parent c579c47 commit 6d3376e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/cpp-adapter.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ using namespace std;
1212
extern "C"
1313
JNIEXPORT jlong JNICALL
1414
Java_com_mariusreimer_rncppcode_RNCPPCodeModule_multiply(JNIEnv *env, jclass type, jlong a, jlong b) {
15-
return a * b;
16-
}
15+
return example::multiply(a, b);
16+
}

0 commit comments

Comments
 (0)