From: srn Date: Fri, 2 Nov 2007 08:53:32 +0000 (+0000) Subject: Optimized method GetSObject X-Git-Tag: V4_1_0a3~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bedd1f74a3aea4279e4511134f8791df6f20dda1;p=modules%2Fkernel.git Optimized method GetSObject --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx index 46bee10fb..3a3096d81 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx @@ -1043,7 +1043,7 @@ SALOMEDSImpl_SComponent SALOMEDSImpl_Study::GetSComponent(const string& theEntry //============================================================================ SALOMEDSImpl_SComponent SALOMEDSImpl_Study::GetSComponent(const DF_Label& theLabel) { - return GetSComponent(theLabel.Entry()); + return SALOMEDSImpl_SComponent(theLabel); } //============================================================================