Salome HOME
bos #24400 [CEA] Option in SALOME for not storing in med files the indices (number...
[modules/smesh.git] / src / SMESH / SMESH_Hypothesis.hxx
index 0558ac6f1daf1a49538af45fbadcecc56b38ad33..6ae7cdcc9348f6204fdd6b437ce02d29082b92f7 100644 (file)
@@ -128,7 +128,7 @@ public:
   /*!
    * \brief Find a mesh with given persistent ID
    */
-  SMESH_Mesh* GetMeshByPersistentID(int id);
+  SMESH_Mesh* GetMeshByPersistentID(int id) const;
 
 protected:
   SMESH_Gen* _gen;