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:
parent
d643b7533f
commit
fadad7f893
13 changed files with 39 additions and 23 deletions
|
@ -87,6 +87,7 @@ rb_initialize(VALUE self, VALUE desc)
|
|||
raise_cverror(e);
|
||||
}
|
||||
self_ptr->desc = desc;
|
||||
return self;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue