fix return type of SlavableAutomationControl::get_boolean_masters() to make it usefl
[ardour.git] / libs / ardour / pannable.cc
index 11fec12eca3300b8cf0380302bc836d9c5f3e5bb..ebf3115658c927278b976fecf2690651fd51c89f 100644 (file)
@@ -20,8 +20,8 @@
 #include "pbd/error.h"
 #include "pbd/convert.h"
 #include "pbd/compose.h"
-#include "pbd/boost_debug.h"
 
+#include "ardour/boost_debug.h"
 #include "ardour/debug.h"
 #include "ardour/automation_control.h"
 #include "ardour/automation_list.h"
@@ -187,6 +187,7 @@ Pannable::get_state ()
 XMLNode&
 Pannable::state (bool /*full*/)
 {
+       LocaleGuard lg;
        XMLNode* node = new XMLNode (X_("Pannable"));
 
        node->add_child_nocopy (pan_azimuth_control->get_state());