summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/debug.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/debug.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/debug.h b/libs/gtkmm2ext/gtkmm2ext/debug.h
index 8012742e6c..1cb69be6cd 100644
--- a/libs/gtkmm2ext/gtkmm2ext/debug.h
+++ b/libs/gtkmm2ext/gtkmm2ext/debug.h
@@ -20,14 +20,16 @@
#ifndef __libgtkmm2ext_debug_h__
#define __libgtkmm2ext_debug_h__
-#include "gtkmm2ext/visibility.h"
-
#include <stdint.h>
-namespace Gtkmm2ext {
+#include "pbd/debug.h"
+
+#include "gtkmm2ext/visibility.h"
+
+namespace PBD {
namespace DEBUG {
- LIBGTKMM2EXT_API extern uint64_t Keyboard;
- LIBGTKMM2EXT_API extern uint64_t Bindings;
+ LIBGTKMM2EXT_API extern DebugBits Keyboard;
+ LIBGTKMM2EXT_API extern DebugBits Bindings;
}
}