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
|
@ -53,6 +53,7 @@ VALUE_TO_CVBOX2D(VALUE object){
|
|||
else {
|
||||
raise_typeerror(object, cCvBox2D::rb_class());
|
||||
}
|
||||
throw "Should never reach here";
|
||||
}
|
||||
|
||||
__NAMESPACE_END_OPENCV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue