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

fix for Windows

This commit is contained in:
ser1zw 2011-12-27 23:47:08 +09:00
parent d643b7533f
commit fadad7f893
13 changed files with 39 additions and 23 deletions

View file

@ -87,6 +87,7 @@ rb_initialize(VALUE self, VALUE desc)
raise_cverror(e);
}
self_ptr->desc = desc;
return self;
}
/*