summaryrefslogtreecommitdiff
path: root/graphics/cinepaint/patches/patch-af
blob: ffe2d3a2f2847fae0ab503937e3736a345218dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.3 2008/11/10 19:04:45 adam Exp $

--- plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp.orig	2008-11-10 19:18:58.000000000 +0100
+++ 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; }