]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMDS/SMDS_MeshElementIDFactory.hxx
Salome HOME
- SMDS_MeshElement * MeshElement(int ID);
[modules/smesh.git] / src / SMDS / SMDS_MeshElementIDFactory.hxx
index a574def92ad12fbdc208d601b64ab5663c4ecbf0..dc3e5191760987de87a346735b9d446a0a3de452 100644 (file)
@@ -42,7 +42,7 @@ class SMDS_EXPORT SMDS_MeshElementIDFactory:public SMDS_MeshIDFactory
 public:
   SMDS_MeshElementIDFactory();
   bool BindID(int ID, SMDS_MeshElement * elem);
-  SMDS_MeshElement * MeshElement(int ID);
+  SMDS_MeshElement * MeshElement(int ID) const;
   virtual int GetFreeID();
   virtual void ReleaseID(int ID);
   int GetMaxID() const;