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

fix CvContour for enabling to call CvSeq's methods

This commit is contained in:
ser1zw 2012-08-20 18:06:22 +09:00
parent 2e82111ee0
commit ae94135979
2 changed files with 7 additions and 6 deletions

View file

@ -22,6 +22,8 @@ VALUE rb_class();
void define_ruby_class();
VALUE seqblock_class(void *ptr);
void register_elem_class(CvSeq *seq, VALUE klass);
void unregister_elem_class(void *ptr);
VALUE rb_allocate(VALUE klass);