Salome HOME
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
[modules/smesh.git] / src / SMDS / SMDS_Mesh.cxx
index aebefcb0379db3a9400649e17d0e68fa20b3bfee..b27ff358a0352fede8d4c874701f1b7549cd2a90 100644 (file)
@@ -4237,7 +4237,7 @@ void SMDS_Mesh::Modified()
 }
 
 //! get last modification timeStamp
-unsigned long SMDS_Mesh::GetMTime()
+unsigned long SMDS_Mesh::GetMTime() const
 {
   return this->myModifTime;
 }