XNodeValue base class, Copy()

This commit is contained in:
Glenn Maynard
2006-10-06 06:26:53 +00:00
parent 04b34020fb
commit 6808723b85
5 changed files with 40 additions and 17 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ static void MergeActorXML( XNode *pChild, const XNode *pParent )
pParent->GetName().c_str() );
Dialog::OK( sWarning, "XML_ATTRIB_OVERRIDE" );
}
pChild->AppendAttr( p->first, new XNodeValue(*p->second) );
pChild->AppendAttr( p->first, p->second->Copy() );
}
}