Fix error gtk

pull/7654/head
sourin 8 years ago
parent acaa1e1b29
commit 879315f2fe
  1. 2
      modules/highgui/src/window_gtk.cpp

@ -495,7 +495,7 @@ GType cvImageWidget_get_type (void){
(GClassInitFunc) cvImageWidget_class_init,
sizeof(CvImageWidget),
(GInstanceInitFunc) cvImageWidget_init,
(GTypeFlags)NULL
(GTypeFlags)0
);
}

Loading…
Cancel
Save