Salome HOME
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
[modules/smesh.git] / src / SMDS / SMDS_Mesh.hxx
index 3d233f0133c17eb7cc710d4e04f15fc9fee0f1b7..4a26c246a7434b770517de3e423d7a6e76851e2e 100644 (file)
@@ -592,7 +592,7 @@ public:
   inline void setMyModified() { this->myModified = true; }
 
   void Modified();
-  unsigned long GetMTime();
+  unsigned long GetMTime() const;
   bool isCompacted();
 
 protected: