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