summaryrefslogtreecommitdiff
path: root/gtk2_ardour/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/debug.h')
-rw-r--r--gtk2_ardour/debug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/debug.h b/gtk2_ardour/debug.h
index db0b3c123f..660e674a4a 100644
--- a/gtk2_ardour/debug.h
+++ b/gtk2_ardour/debug.h
@@ -26,10 +26,10 @@
namespace PBD {
namespace DEBUG {
- extern uint64_t Drags;
- extern uint64_t CutNPaste;
- extern uint64_t Accelerators;
- extern uint64_t GUITiming;
+ extern DebugBits Drags;
+ extern DebugBits CutNPaste;
+ extern DebugBits Accelerators;
+ extern DebugBits GUITiming;
}
}