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

@ -15,7 +15,7 @@ namespace rubyopencv {
VALUE rb_klass = Qnil;
rb_data_type_t opencv_rect_type = {
"Rect",
{ 0, free_rect, memsize_rect, 0 },
{ 0, free_rect, memsize_rect, },
0,
0,
0