You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-rpg/adonthell/files/adonthell-0.3.5-gcc46.patch

14 lines
432 B

--- src/win_event.cc.old 2011-04-18 08:24:16.000000000 +0200
+++ src/win_event.cc 2011-04-18 08:25:18.000000000 +0200
@@ -34,8 +34,9 @@
case DESTROY:
{
+ Functor0wRet<bool> func0ret;
set_callback_destroy (
- makeFunctor (&Functor0wRet<bool>(), *callback, &py_callback::callback_func0ret));
+ makeFunctor (&func0ret, *callback, &py_callback::callback_func0ret));
break;
}