Use PBD::string_to/to_string when de/serializing in AutomationList class
[ardour.git] / libs / ardour / capturing_processor.cc
index b94288325068575eb346d8c9e17f0656de8ca2e2..6012f9ff37223f5a49d0c77b86067a2fe1060f70 100644 (file)
@@ -88,7 +88,7 @@ CapturingProcessor::state (bool full)
 {
        XMLNode& node = Processor::state (full);
 
-       node.add_property (X_("type"), X_("capture"));
+       node.set_property (X_("type"), X_("capture"));
        return node;
 }