Merge pull request #7654 from souch55:Fixgtk

pull/7664/head
Vadim Pisarevsky 8 years ago
commit b587c57b2a
  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