summaryrefslogtreecommitdiff
path: root/graphics/cinepaint/patches/patch-af
blob: 9b7a131e2d36f3b13361b7e58720f9a484e2eee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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; }