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

Merge branch 'master' into documentation

This commit is contained in:
ser1zw 2013-01-18 04:06:33 +09:00
commit c4c055f7a7
9 changed files with 101 additions and 121 deletions

View file

@ -89,7 +89,7 @@ VALUE
rb_initialize(int argc, VALUE *argv, VALUE self)
{
VALUE _dims, _sizes, _type, _ranges, _uniform;
int dims, type, uniform;
int uniform;
int* sizes;
float** ranges = NULL;