From ee21aecfdc3586a9d13685e84f1972435c739178 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 4 Mar 2009 23:16:21 +0000 Subject: fixed signalcontroller fixed BOOST_IS_ABSTRACT Problem with newer versions of boost --- src/signalController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/signalController.h') diff --git a/src/signalController.h b/src/signalController.h index 6b8a92a..835e0fe 100644 --- a/src/signalController.h +++ b/src/signalController.h @@ -144,7 +144,7 @@ class SignalController public: static SignalController& instance(); #ifndef _MSC_VER - static void handle(void* s); + void handle(); #else static bool handle(DWORD ctrlType); #endif -- cgit v1.2.3