mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Fix error gtk
This commit is contained in:
parent
acaa1e1b29
commit
879315f2fe
@ -495,7 +495,7 @@ GType cvImageWidget_get_type (void){
|
|||||||
(GClassInitFunc) cvImageWidget_class_init,
|
(GClassInitFunc) cvImageWidget_class_init,
|
||||||
sizeof(CvImageWidget),
|
sizeof(CvImageWidget),
|
||||||
(GInstanceInitFunc) cvImageWidget_init,
|
(GInstanceInitFunc) cvImageWidget_init,
|
||||||
(GTypeFlags)NULL
|
(GTypeFlags)0
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user