Commit 879315f2 authored by sourin's avatar sourin

Fix error gtk

parent acaa1e1b
...@@ -495,7 +495,7 @@ GType cvImageWidget_get_type (void){ ...@@ -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
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment