opnsense-ports/games/adonthell/files/patch-src_win__event.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
418 B
C++

--- src/win_event.cc.orig 2002-12-16 19:09:54.000000000 +0000
+++ src/win_event.cc
@@ -35,7 +35,7 @@ void win_event::py_signal_connect (PyObj
case DESTROY:
{
set_callback_destroy (
- makeFunctor (&Functor0wRet<bool>(), *callback, &py_callback::callback_func0ret));
+ makeFunctor (new Functor0wRet<bool>(), *callback, &py_callback::callback_func0ret));
break;
}