From 094905a1b3232001ab98962b00f3f5200d1669c6 Mon Sep 17 00:00:00 2001
From: Jannis Pohlmann <jannis@xfce.org>
Date: Sat, 8 Sep 2012 11:03:09 +0100
Subject: [PATCH 2/6] wiimote: add new PBD::DEBUG::WiimoteControl debug bit

---
 libs/ardour/ardour/debug.h | 1 +
 libs/ardour/debug.cc       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index 334aac5..e97ae79 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -61,6 +61,7 @@ namespace PBD {
 		extern uint64_t TempoMap;
 		extern uint64_t OrderKeys;
 		extern uint64_t Automation;
+		extern uint64_t WiimoteControl;
 	}
 }
 
diff --git a/libs/ardour/debug.cc b/libs/ardour/debug.cc
index 0d0948d..46da707 100644
--- a/libs/ardour/debug.cc
+++ b/libs/ardour/debug.cc
@@ -58,5 +58,6 @@ uint64_t PBD::DEBUG::TempoMath = PBD::new_debug_bit ("tempomath");
 uint64_t PBD::DEBUG::TempoMap = PBD::new_debug_bit ("tempomap");
 uint64_t PBD::DEBUG::OrderKeys = PBD::new_debug_bit ("orderkeys");
 uint64_t PBD::DEBUG::Automation = PBD::new_debug_bit ("automation");
+uint64_t PBD::DEBUG::WiimoteControl = PBD::new_debug_bit ("wiimotecontrol");
 
 
-- 
1.7.11.4

