From 879315f2fe6bad930ae876564948965e9e50840e Mon Sep 17 00:00:00 2001 From: sourin Date: Fri, 11 Nov 2016 10:55:38 +0530 Subject: [PATCH] Fix error gtk --- modules/highgui/src/window_gtk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/window_gtk.cpp b/modules/highgui/src/window_gtk.cpp index c769879bdd..527335e012 100644 --- a/modules/highgui/src/window_gtk.cpp +++ b/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 ); }