summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-30 11:14:06 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-30 11:14:06 -0400
commit07a5372eea6b70dd9f3224aa3aead904e2eef72c (patch)
tree1c1f453b261c98f3588e932aba16bb740d3442ef /gtk2_ardour/automation_controller.h
parentc40accda42bd470b7083fba6fcbba0fe68e96bb6 (diff)
fixups for building on OS X where apple define silly macros
Diffstat (limited to 'gtk2_ardour/automation_controller.h')
-rw-r--r--gtk2_ardour/automation_controller.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_controller.h b/gtk2_ardour/automation_controller.h
index 88e6d87e01..29635c8488 100644
--- a/gtk2_ardour/automation_controller.h
+++ b/gtk2_ardour/automation_controller.h
@@ -21,6 +21,13 @@
#ifndef __ardour_gtk_automation_controller_h__
#define __ardour_gtk_automation_controller_h__
+#ifdef YES
+#undef YES
+#endif
+#ifdef NO
+#undef NO
+#endif
+
#include <boost/shared_ptr.hpp>
#include <gtkmm.h>