fix for sigc++ compilation on platforms where "nil" is a C macro

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3427 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-05-29 20:20:11 +00:00
parent 02ddd35fc9
commit 11837cf46f

View file

@ -24,6 +24,10 @@
#define _SIGC_FUNCTORS_MACROS_FUNCTOR_TRAITHM4_
#include <sigc++/type_traits.h>
#ifdef nil
/* stupid OS X, defining nil */
#undef nil
#endif
namespace sigc {