Commit d6b86d43 authored by Jan Starzynski's avatar Jan Starzynski

removed declaration of throwJavaException

parent 70930a30
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment