X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fgtkmm2ext%2Fdebug.h;h=1cb69be6cd7329a65359e329465bf982c913ddcc;hb=c4fcb12d128857a0eaab7d2093d38fdf4cc641cc;hp=8012742e6c8b0c77f68fe63b824070fb713851a9;hpb=e7c47747286c16aa575456b07120e1e8e8271bd5;p=ardour.git 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 -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; } }