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 ); }