X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FTNaming%2FTNaming.cxx;h=685a606bc4b55af78ea40d9b46ee1522e94ee0f9;hb=076b125a906af83b11ce976ccf3319652215910e;hpb=9a5a19e98f025ef0c955b01408d2a7b23b5679ba diff --git a/src/TNaming/TNaming.cxx b/src/TNaming/TNaming.cxx index 9b31c8f46d..685a606bc4 100644 --- a/src/TNaming/TNaming.cxx +++ b/src/TNaming/TNaming.cxx @@ -398,7 +398,7 @@ void TNaming::Displace (const TDF_Label& L, } } for (TDF_ChildIterator ciL(L); ciL.More(); ciL.Next()) { - Displace (ciL.Value(),Loc); + Displace (ciL.Value(), Loc, WithOld); } }