mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
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:
parent
02ddd35fc9
commit
11837cf46f
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue