Commit bc036e1e authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #16720 from anton-potapov:kw_fixes

parents 8808aacc 8ed89bae
...@@ -37,7 +37,7 @@ G_TYPED_KERNEL(PaintPoint, <GMat(GPointOpaque, int, int, cv::Size)>, "test.opaqu ...@@ -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;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment