# HG changeset patch # User John W. Eaton # Date 1245947049 14400 # Node ID 394c7adb488fbfc073c8241dbc71df5a3c4ac33a # Parent 17af7cce7d1bb1dcd5a7eafe0ec0e9e5251184f0 graphics.h.in (gh_manager::restore_gcbo): fix decl for unwind-protect diff -r 17af7cce7d1b -r 394c7adb488f src/ChangeLog --- a/src/ChangeLog Thu Jun 25 13:57:38 2009 +0200 +++ b/src/ChangeLog Thu Jun 25 12:24:09 2009 -0400 @@ -1,3 +1,8 @@ +2009-06-25 John W. Eaton + + * graphics.h.in (gh_manager::restore_gcbo): + Arg is now void, not void*. + 2009-06-25 Jaroslav Hajek * unwind-prot.h (unwind_protect::fcn_elem): New class. diff -r 17af7cce7d1b -r 394c7adb488f src/graphics.h.in --- a/src/graphics.h.in Thu Jun 25 13:57:38 2009 +0200 +++ b/src/graphics.h.in Thu Jun 25 12:24:09 2009 -0400 @@ -3896,7 +3896,7 @@ int do_process_events (bool force = false); - static void restore_gcbo (void*) + static void restore_gcbo (void) { if (instance_ok ()) instance->do_restore_gcbo ();