From: curt Date: Thu, 11 Apr 2002 16:25:12 +0000 (+0000) Subject: Bernie Bright: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ab0964384e808a72a6e3c55d12ae8c9665ea6fb7;p=flightgear.git Bernie Bright: Here are the Boost-less FGEventMgr updates I promised. Removed Boost dependencies from FGEventMgr. Removed Boost configure check. fgMethodCallback now handles const member functions. I've successfully tested these changes with gcc and msvc. --- diff --git a/src/Cockpit/radiostack.cxx b/src/Cockpit/radiostack.cxx index 62bbd53fa..c0b373600 100644 --- a/src/Cockpit/radiostack.cxx +++ b/src/Cockpit/radiostack.cxx @@ -35,7 +35,6 @@ #include #include #include