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

@ -53,6 +53,7 @@ VALUE_TO_CVBOX2D(VALUE object){
else {
raise_typeerror(object, cCvBox2D::rb_class());
}
throw "Should never reach here";
}
__NAMESPACE_END_OPENCV