From: srn Date: Thu, 26 Apr 2007 06:14:49 +0000 (+0000) Subject: Fixed bug in method Impl_SaveAs, replaced char* by string, now map of drivers works... X-Git-Tag: V4_0rc1_automake~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7e92a8525df514512e51d914810779e7add3ee7c;p=modules%2Fkernel.git Fixed bug in method Impl_SaveAs, replaced char* by string, now map of drivers works correctly --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx index 17bad0e6a..e1059aeab 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx @@ -500,7 +500,7 @@ bool SALOMEDSImpl_StudyManager::Impl_SaveAs(const TCollection_AsciiString& aUrl, if (aLocked) aStudy->GetProperties()->SetLocked(false); Handle(SALOMEDSImpl_StudyBuilder) SB= aStudy->NewBuilder(); - map aMapTypeDriver; + map aMapTypeDriver; if(aStudy.IsNull()) { _errorCode = "Study is null";