From: sourin Date: Fri, 11 Nov 2016 05:25:38 +0000 (+0530) Subject: Fix error gtk X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1432^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=879315f2fe6bad930ae876564948965e9e50840e;p=platform%2Fupstream%2Fopencv.git Fix error gtk --- diff --git a/modules/highgui/src/window_gtk.cpp b/modules/highgui/src/window_gtk.cpp index c769879..527335e 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 ); }