]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_I/SMESH_PythonDump.cxx
Salome HOME
fix bug with Smesh Create Group select
[modules/smesh.git] / src / SMESH_I / SMESH_PythonDump.cxx
index 21759ac604bea2734f2f3bee27563792dd1b0fed..1aea50e311f37d2ab461c96a7267cb1b169007e9 100644 (file)
@@ -141,7 +141,7 @@ namespace SMESH
 
   TPythonDump&
   TPythonDump::
-  operator<<(SMESH::smIdType theArg){
+  operator<<(long long theArg){
     myStream<<theArg;
     return *this;
   }