From 07921555aac24ac20622cc097fef7f4e58f1e0d0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 10 Nov 2010 23:08:34 +0000 Subject: [PATCH] fix OS X compilation git-svn-id: svn://localhost/ardour2/branches/3.0@8001 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pbd/crossthread.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/pbd/pbd/crossthread.h b/libs/pbd/pbd/crossthread.h index f9845eedf0..f16cab9405 100644 --- a/libs/pbd/pbd/crossthread.h +++ b/libs/pbd/pbd/crossthread.h @@ -20,6 +20,10 @@ #ifndef __pbd__crossthread_h__ #define __pbd__crossthread_h__ +#ifdef check +#undef check +#endif + #include class CrossThreadChannel {