summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-24 22:39:11 +0000
committerDavid Robillard <d@drobilla.net>2009-10-24 22:39:11 +0000
commit74fc799497f8b067067897d4ed73de42b49e478d (patch)
tree692600a40d0c51d0af3ad3b6b2583e8f97a15a3e /libs/ardour/ardour/debug.h
parent31416ab7b14bbb5a17877809cebc9607f5003c94 (diff)
Fix needlessley explodey MidiPlaylist constructor.
git-svn-id: svn://localhost/ardour2/branches/3.0@5909 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/debug.h')
-rw-r--r--libs/ardour/ardour/debug.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index 7fe51388fb..b151c5fdea 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -31,12 +31,13 @@ namespace ARDOUR {
namespace DEBUG {
/* this namespace is so that we can write DEBUG::bit_name */
-
+
enum DebugBits {
MidiSourceIO = 0x1,
MidiPlaylistIO = 0x2
};
- }
+ }
+
}
#ifndef NDEBUG