Fix build being broken by some include defining a preprocessor macro for 'None'
This commit is contained in:
parent
66cd761f44
commit
36194c955a
|
@ -116,6 +116,10 @@ class Timeline : public Fl_Single_Window, public RWLock
|
|||
|
||||
public:
|
||||
|
||||
#undef Bars
|
||||
#undef Beats
|
||||
#undef None
|
||||
|
||||
enum snap_e {
|
||||
Bars,
|
||||
Beats,
|
||||
|
|
Loading…
Reference in New Issue