add Slavable API for VCA assign/unassign
[ardour.git] / libs / ardour / source.cc
index aaa50ff2973aaaa79039011f7c3e043c14dc247a..ee32e508e2c46b4853f242c14527ce8bb51c5e5b 100644 (file)
@@ -113,7 +113,7 @@ Source::get_state ()
 int
 Source::set_state (const XMLNode& node, int version)
 {
-       const XMLProperty* prop;
+       XMLProperty const * prop;
 
        if ((prop = node.property ("name")) != 0) {
                _name = prop->value();