#863: typo fixed, minor changes in cpp generator

This commit is contained in:
Andrey Pavlenko
2011-07-01 15:58:16 +00:00
parent 2b83d416b0
commit ee10a38851
2 changed files with 5 additions and 13 deletions

View File

@@ -394,7 +394,7 @@ public class Mat {
}
// native stuff
static { System.loadLibrary("opencv_java"); ); }
static { System.loadLibrary("opencv_java"); }
protected long nativeObj;
private static native long nCreateMat();
private static native long nCreateMat(int rows, int cols, int type);