Commit b587c57b authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #7654 from souch55:Fixgtk

parents 6b7d570c 879315f2
......@@ -495,7 +495,7 @@ GType cvImageWidget_get_type (void){
(GClassInitFunc) cvImageWidget_class_init,
sizeof(CvImageWidget),
(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