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

renamee cCvError::raise_cverror to cCvError::raise, and added raise_cverror to cvutils.h (shortcut macro of cCvError::raise)

This commit is contained in:
ser1zw 2011-07-12 02:30:10 +09:00
parent ec43f609c4
commit d983d80fa6
4 changed files with 8 additions and 4 deletions

View file

@ -20,7 +20,7 @@ __NAMESPACE_BEGIN_CVERROR
void define_ruby_class();
VALUE by_code(int error_code);
void raise_cverror(cv::Exception e);
void raise(cv::Exception e);
__NAMESPACE_END_CVERROR
__NAMESPACE_END_OPENCV