removed declaration of throwJavaException
This commit is contained in:
parent
70930a30a1
commit
d6b86d43c9
@ -8,7 +8,6 @@
|
||||
using namespace cv;
|
||||
|
||||
/// throw java exception
|
||||
static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method);
|
||||
static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
|
||||
std::string what = "unknown exception";
|
||||
jclass je = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user