update german translation
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / debug.h
index 8012742e6c8b0c77f68fe63b824070fb713851a9..1cb69be6cd7329a65359e329465bf982c913ddcc 100644 (file)
 #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;
        }
 }