Merge pull request #16720 from anton-potapov:kw_fixes

pull/16734/head
Alexander Alekhin 5 years ago
commit bc036e1e86
  1. 2
      modules/gapi/test/gapi_opaque_tests.cpp

@ -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…
Cancel
Save