mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 19:24:07 +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{
|
struct MyCustomType{
|
||||||
int num;
|
int num = -1;
|
||||||
std::string s;
|
std::string s;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user