X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Vertex.h;h=3b517a8632a0e61b4a894093058d6eadcfe247c7;hb=7f873aed4bae5a98dca078209699b54276b46fce;hp=fab2840b4cb99ff9e91b01d1f899795e84c5f319;hpb=3527295683587eb7ed5cc6c37aa7fe65bd27da64;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Vertex.h b/src/GeomAPI/GeomAPI_Vertex.h index fab2840b4..3b517a863 100644 --- a/src/GeomAPI/GeomAPI_Vertex.h +++ b/src/GeomAPI/GeomAPI_Vertex.h @@ -29,7 +29,7 @@ public: std::shared_ptr point(); /// Returns true if the current edge is geometrically equal to the given edge - bool isEqual(std::shared_ptr theVert); + bool isEqual(const std::shared_ptr theVert) const; }; #endif