From 7e92a8525df514512e51d914810779e7add3ee7c Mon Sep 17 00:00:00 2001 From: srn Date: Thu, 26 Apr 2007 06:14:49 +0000 Subject: [PATCH] Fixed bug in method Impl_SaveAs, replaced char* by string, now map of drivers works correctly --- src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2