From: aba Date: Wed, 25 Jan 2017 09:56:51 +0000 (+0300) Subject: Correct rebase errors X-Git-Tag: V_01_2017_06_30~27 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=93a4a916442c2402e97ba853a29e8c1310294e74;p=occt-copy.git Correct rebase errors --- diff --git a/src/XDEDRAW/XDEDRAW_Common.cxx b/src/XDEDRAW/XDEDRAW_Common.cxx index bbac0fdf49..a186f67c9f 100644 --- a/src/XDEDRAW/XDEDRAW_Common.cxx +++ b/src/XDEDRAW/XDEDRAW_Common.cxx @@ -832,7 +832,7 @@ TDF_Label ReadVrmlRec(const OSD_Path& thePath, const Handle(TDocStd_Document)& t ReadVrmlRec(aSubDirPath, theDoc, aNewLabel); } - aShapeTool->UpdateAssembly(aNewLabel); + aShapeTool->UpdateAssemblies(); } // At the end of operation update assemblies } @@ -985,7 +985,7 @@ TDF_Label ReadVrmlNode (const Handle(VrmlData_Node)& theNode, ReadVrmlNode (anIt.Value (), theDoc, aNewLabel); } - aShapeTool->UpdateAssembly (aNewLabel); + aShapeTool->UpdateAssemblies(); } return aNewLabel; @@ -1082,7 +1082,7 @@ bool ReadSingleVrml (const OSD_Path& thePath, const Handle (TDocStd_Document)& t { ReadVrmlNode (anIt.Value (), theDoc, aNewLabel); } - aShapeTool->UpdateAssembly (aNewLabel); + aShapeTool->UpdateAssemblies(); return true; }