Fix build being broken by some include defining a preprocessor macro for 'None'

pull/3/head
Jonathan Moore Liles 2012-02-04 21:31:01 -08:00
parent 66cd761f44
commit 36194c955a
1 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,10 @@ class Timeline : public Fl_Single_Window, public RWLock
public:
#undef Bars
#undef Beats
#undef None
enum snap_e {
Bars,
Beats,