From bedd1f74a3aea4279e4511134f8791df6f20dda1 Mon Sep 17 00:00:00 2001 From: srn Date: Fri, 2 Nov 2007 08:53:32 +0000 Subject: [PATCH] Optimized method GetSObject --- src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } //============================================================================ -- 2.39.2