Skip to content

Commit f9350e6

Browse files
committed
fix: cpp
1 parent 4bd7d5e commit f9350e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Mat Mat_Row(Mat m, int r) {
169169
}
170170

171171
Mat Mat_Copy(Mat m) {
172-
return new Cv::Mat(*m);
172+
return new cv::Mat(*m);
173173
}
174174

175175
// Mat_Clone returns a clone of this Mat

0 commit comments

Comments
 (0)