diff --git a/src/Matrix.cc b/src/Matrix.cc index 669e641..41f0b0e 100755 --- a/src/Matrix.cc +++ b/src/Matrix.cc @@ -84,7 +84,7 @@ Matrix::New(const Arguments &args) { int w = args[3]->IntegerValue(); int h = args[4]->IntegerValue(); mat = new Matrix(other->mat, cv::Rect(x, y, w, h)); - } + } mat->Wrap(args.Holder()); return scope.Close(args.Holder());