summaryrefslogtreecommitdiff
path: root/libs/evoral
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-06-01 01:22:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-06-01 01:22:37 +0000
commitdf99f3704731306170c15ef4f99caca7312e1df1 (patch)
tree7ed62444f66f9f43a5fe9c2cdeba6bdfa940c002 /libs/evoral
parentdb6706429643d80e68a050daa015d17f36d5321b (diff)
add missing (new) file
git-svn-id: svn://localhost/ardour2/branches/3.0@7200 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral')
-rw-r--r--libs/evoral/src/debug.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/evoral/src/debug.cpp b/libs/evoral/src/debug.cpp
new file mode 100644
index 0000000000..28f30d0be3
--- /dev/null
+++ b/libs/evoral/src/debug.cpp
@@ -0,0 +1,5 @@
+#include "evoral/types.hpp"
+
+uint64_t PBD::DEBUG::Sequence = PBD::new_debug_bit ("sequence");
+uint64_t PBD::DEBUG::Note = PBD::new_debug_bit ("note");
+