This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
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
66cd761f44
commit
36194c955a
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
Cancel
Save