make boost shared_ptr debugging a little easier to turn on/off
[ardour.git] / libs / ardour / panner_shell.cc
index 606fc0ca00ff67ea8dab18eff5cb945b06f3121e..afc34c358a29410d5d30ede10c1a3b86841ff0af 100644 (file)
@@ -32,7 +32,6 @@
 #include <glibmm.h>
 
 #include "pbd/cartesian.h"
-#include "pbd/boost_debug.h"
 #include "pbd/convert.h"
 #include "pbd/error.h"
 #include "pbd/failed_constructor.h"
@@ -43,6 +42,7 @@
 
 #include "ardour/audio_buffer.h"
 #include "ardour/audioengine.h"
+#include "ardour/boost_debug.h"
 #include "ardour/buffer_set.h"
 #include "ardour/debug.h"
 #include "ardour/pannable.h"
@@ -172,7 +172,7 @@ PannerShell::set_state (const XMLNode& node, int version)
        XMLNodeList nlist = node.children ();
        XMLNodeConstIterator niter;
        XMLProperty const * prop;
-       LocaleGuard lg (X_("C"));
+       LocaleGuard lg;
 
        if ((prop = node.property (X_("bypassed"))) != 0) {
                set_bypassed (string_is_affirmative (prop->value ()));