mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
Merge pull request #16720 from anton-potapov:kw_fixes
This commit is contained in:
commit
bc036e1e86
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user