From 36194c955acd3e35d6c5641485e4c7df991a2d18 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sat, 4 Feb 2012 21:31:01 -0800 Subject: [PATCH] Fix build being broken by some include defining a preprocessor macro for 'None' --- timeline/src/Timeline.H | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/timeline/src/Timeline.H b/timeline/src/Timeline.H index e1ec7cf..d36847c 100644 --- a/timeline/src/Timeline.H +++ b/timeline/src/Timeline.H @@ -116,6 +116,10 @@ class Timeline : public Fl_Single_Window, public RWLock public: +#undef Bars +#undef Beats +#undef None + enum snap_e { Bars, Beats,