Salome HOME
Fix TPythonDump::operator<<(const SMESH::ListOfGroups& theList) for an empty list
[modules/smesh.git] / src / SMESH_I / SMESH_PythonDump.hxx
index afcd15ddb6cb7baf0db12b34898c9d5f12841d7b..f8567b41d5c2e2997f122d35e463277c3a7f2592 100644 (file)
@@ -161,7 +161,7 @@ namespace SMESH
     operator<<(const TCollection_AsciiString & theArg);
 
     TPythonDump&
-    operator<<(const SMESH::ListOfGroups * theList);
+    operator<<(const SMESH::ListOfGroups& theList);
 
     static const char* SMESHGenName() { return "smeshgen"; }
     static const char* MeshEditorName() { return "mesh_editor"; }