From 4e84bc3a39ca624d62be590c532a8bc33b33baa4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 12 Apr 2013 21:46:44 -0400 Subject: changes to get cairocanvas branch to build on OS X, with its stupid nil and Rect macros, plus some const_cast<> and unused variable fixes that should really be in master but will have to wait till we rebase master --- libs/pbd/pbd/signals.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libs/pbd/pbd/signals.h') diff --git a/libs/pbd/pbd/signals.h b/libs/pbd/pbd/signals.h index 69c52f57cf..140ea014e8 100644 --- a/libs/pbd/pbd/signals.h +++ b/libs/pbd/pbd/signals.h @@ -22,6 +22,11 @@ #include #include + +#ifdef nil +#undef nil +#endif + #include #include -- cgit v1.2.3