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:
parent
ec43f609c4
commit
d983d80fa6
4 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue