1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

Fixed warnings.

This commit is contained in:
Francois Deschenes 2018-07-24 22:37:05 -07:00
parent 9af2212361
commit ca813d4f71
9 changed files with 16 additions and 17 deletions

View file

@ -12,7 +12,7 @@ namespace rubyopencv {
VALUE rb_klass = Qnil;
rb_data_type_t opencv_point_type = {
"Point",
{ 0, free_point, memsize_point, 0 },
{ 0, free_point, memsize_point, },
0,
0,
0
@ -169,4 +169,3 @@ namespace rubyopencv {
}
}
}