--- icc_examin.cpp.orig 2008-06-27 20:52:18.000000000 +0200 +++ icc_examin.cpp.orig 2008-06-27 20:52:37.000000000 +0200 @@ -201,7 +201,7 @@ # endif # if HAVE_X - MyFl_Double_Window::icon = icc_examin_xpm; + MyFl_Double_Window::icon = (char **) icc_examin_xpm; - setzeIcon( icc_betrachter->details, icc_examin_xpm ); + setzeIcon( icc_betrachter->details, (char **) icc_examin_xpm ); # endif DBG_PROG_S( "Show vcgt" )