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

@ -56,6 +56,7 @@ VALUE_TO_CVSIZE2D32F(VALUE object)
else {
raise_compatible_typeerror(object, cCvSize2D32f::rb_class());
}
throw "Should never reach here";
}
__NAMESPACE_END_OPENCV