]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_I/SMESH_DumpPython.cxx
Salome HOME
- TCollection_AsciiString aSavedTrace (oldValue.out());
[modules/smesh.git] / src / SMESH_I / SMESH_DumpPython.cxx
index 33ca4c7ba1767ca51e87568aa8a4bedc63fdca29..b609c57501ef9d686398557ee7507a9d9dfeb5dc 100644 (file)
@@ -631,7 +631,7 @@ Engines::TMPFile* SMESH_Gen_i::DumpPython (CORBA::Object_ptr theStudy,
   SALOMEDS::AttributePythonObject_var pyAttr =
     SALOMEDS::AttributePythonObject::_narrow(anAttr);
   CORBA::String_var oldValue = pyAttr->GetObject();
-  TCollection_AsciiString aSavedTrace (oldValue.out());
+  TCollection_AsciiString aSavedTrace (oldValue.in());
 
   // Add trace of API methods calls and replace study entries by names
   TCollection_AsciiString aScript;