static const SMDS_MeshNode* VertexNode(const TopoDS_Vertex& V,

-                                         SMESHDS_Mesh*        meshDS);
+                                         const SMESHDS_Mesh* meshDS);
This commit is contained in:
eap 2009-05-19 15:16:37 +00:00
parent 24f41d7b2b
commit eb1ffbdba2

View File

@ -290,7 +290,7 @@ public:
* \retval const SMDS_MeshNode* - found node or NULL
*/
static const SMDS_MeshNode* VertexNode(const TopoDS_Vertex& V,
SMESHDS_Mesh* meshDS);
const SMESHDS_Mesh* meshDS);
protected: