1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #16720 from anton-potapov:kw_fixes

This commit is contained in:
Alexander Alekhin
2020-03-03 11:45:24 +00:00
+1 -1
View File
@@ -37,7 +37,7 @@ G_TYPED_KERNEL(PaintPoint, <GMat(GPointOpaque, int, int, cv::Size)>, "test.opaqu
};
struct MyCustomType{
int num;
int num = -1;
std::string s;
};