]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix for bug IPAL13339 : Mandriva64 porting: "Fatal error" after trying to save study.
authormkr <mkr@opencascade.com>
Tue, 17 Oct 2006 11:31:54 +0000 (11:31 +0000)
committermkr <mkr@opencascade.com>
Tue, 17 Oct 2006 11:31:54 +0000 (11:31 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx

index 0cde58ca02f31f526205915feace753d54364b10..a4bb6e922df32e601dfd1889aa1375571a3721bf 100644 (file)
@@ -503,7 +503,7 @@ bool SALOMEDSImpl_StudyManager::Impl_SaveAs(const TCollection_AsciiString& aUrl,
   if (aLocked) aStudy->GetProperties()->SetLocked(false);
 
   Handle(SALOMEDSImpl_StudyBuilder) SB= aStudy->NewBuilder();
-  map<char*, SALOMEDSImpl_Driver*> aMapTypeDriver;
+  map<string, SALOMEDSImpl_Driver*> aMapTypeDriver; // IPAL13339
 
   if(aStudy.IsNull()) {
     _errorCode = "Study is null";