summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
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