This commit is contained in:
Glenn Maynard
2006-10-04 23:42:08 +00:00
parent 2f3f9f6fee
commit 430a794b31
+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, p->second );
pChild->AppendAttr( p->first, new XNodeValue(*p->second) );
}
}