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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user