fix OS X compilation
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 10 Nov 2010 23:08:34 +0000 (23:08 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 10 Nov 2010 23:08:34 +0000 (23:08 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8001 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd/pbd/crossthread.h

index f9845eedf07fa115427ec420fe6fa9fb0051db03..f16cab94053c9a5594391195036c0449452524a8 100644 (file)
 #ifndef __pbd__crossthread_h__
 #define __pbd__crossthread_h__
 
+#ifdef check
+#undef check
+#endif
+
 #include <glibmm/main.h>
 
 class CrossThreadChannel {