Browse Source

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

tags/non-daw-v1.1.0
Jonathan Moore Liles 13 years ago
parent
commit
36194c955a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      timeline/src/Timeline.H

+ 4
- 0
timeline/src/Timeline.H 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,


Loading…
Cancel
Save