From e5bf5f2551b4552e6cf3887b36e7f86535e7eda4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Nov 2007 16:45:38 +0000 Subject: [PATCH] *** empty log message *** --- src/ev_cpp.C | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ev_cpp.C b/src/ev_cpp.C index 295c7443..7bd55a5d 100644 --- a/src/ev_cpp.C +++ b/src/ev_cpp.C @@ -1,7 +1,8 @@ #include "rxvttoolkit.h" #include "ev++.C" -namespace ev { - #include "ev.c" -} +/* darwin has problems with its header files in C++, requiring this namespace juggling */ +using namespace ev; + +#include "ev.c" -- 2.34.1