PluginInfo::type added to copy constructor. But why is the copy constructor defined...
[ardour.git] / libs / ardour / session_command.cc
index 687e10f789b19f8c7d661df8824a4bb2247580f0..e7bafc986f83542291378711f371b69a0f49aba1 100644 (file)
@@ -68,7 +68,7 @@ Session::memento_command_factory(XMLNode *n)
            before = new XMLNode(*n->children().front());
            after = new XMLNode(*n->children().back());
            child = before;
-    }
+    } 
                    
     if (!child)
     {