X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fdebug.cc;h=ce238881ab9328b9b47f0a57c63b8dc28f3fc80e;hb=39c253c59068e5757a943efaf57d58e10b299d85;hp=811c246130ff77020c8886bf8d6f99a386af785b;hpb=4f02f815916f773ebac81edce85ae80adb4ed7d4;p=ardour.git diff --git a/gtk2_ardour/debug.cc b/gtk2_ardour/debug.cc index 811c246130..ce238881ab 100644 --- a/gtk2_ardour/debug.cc +++ b/gtk2_ardour/debug.cc @@ -30,3 +30,4 @@ PBD::DebugBits PBD::DEBUG::CutNPaste = PBD::new_debug_bit ("cutnpaste"); PBD::DebugBits PBD::DEBUG::Accelerators = PBD::new_debug_bit ("accelerators"); PBD::DebugBits PBD::DEBUG::GUITiming = PBD::new_debug_bit ("guitiming"); PBD::DebugBits PBD::DEBUG::EngineControl = PBD::new_debug_bit ("enginecontrol"); +PBD::DebugBits PBD::DEBUG::Selection = PBD::new_debug_bit ("selection");