$NetBSD: patch-af,v 1.4 2011/11/23 23:30:30 joerg Exp $ --- plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp.orig 2007-04-21 09:24:09.000000000 +0000 +++ plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp @@ -226,7 +226,7 @@ namespace icc_examin_ns { int awake(void) { - Fl::awake(0); + Fl::awake((void*)0); return 0; } int leerWait(void) { return 0; }