fix timecode update after locate.
[ardour.git] / libs / ardour / port.cc
index 7888167a70e8ea23c32a2d075ada1f92ffba85dc..61313f371cb965004063b33e65b2e965dbcd10d6 100644 (file)
@@ -587,7 +587,7 @@ Port::get_state () const
 int
 Port::set_state (const XMLNode& node, int)
 {
-       const XMLProperty* prop;
+       XMLProperty const * prop;
 
        if (node.name() != state_node_name) {
                return -1;