X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Edge.h;h=1c4802ecc687b10585a3ea5c8c761bec5c0b3057;hb=7f873aed4bae5a98dca078209699b54276b46fce;hp=53552262983695efa0144176558bc02e86ceb647;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Edge.h b/src/GeomAPI/GeomAPI_Edge.h index 535522629..1c4802ecc 100644 --- a/src/GeomAPI/GeomAPI_Edge.h +++ b/src/GeomAPI/GeomAPI_Edge.h @@ -45,7 +45,7 @@ public: std::shared_ptr circle(); /// Returns true if the current edge is geometrically equal to the given edge - bool isEqual(std::shared_ptr theEdge); + bool isEqual(const std::shared_ptr theEdge) const; }; #endif