0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups

-  unsigned long GetMTime();
+  unsigned long GetMTime() const;
This commit is contained in:
eap 2011-06-23 12:04:34 +00:00
parent 857d7aff3d
commit e92088a576
2 changed files with 2 additions and 2 deletions

View 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;
}

View File

@ -592,7 +592,7 @@ public:
inline void setMyModified() { this->myModified = true; }
void Modified();
unsigned long GetMTime();
unsigned long GetMTime() const;
bool isCompacted();
protected: