Merge pull request #16720 from anton-potapov:kw_fixes

This commit is contained in:
Alexander Alekhin 2020-03-03 11:45:24 +00:00
commit bc036e1e86

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;
};