mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0024567: Coding rules - eliminate GCC warning -Wignored-qualifiers
Redundant const qualifiers of return types of functions returning values are removed
This commit is contained in:
@@ -163,7 +163,7 @@ void TopOpeBRepTool_FuseEdges::Faces(TopTools_DataMapOfShapeShape& theMapFac)
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
const Standard_Integer TopOpeBRepTool_FuseEdges::NbVertices()
|
||||
Standard_Integer TopOpeBRepTool_FuseEdges::NbVertices()
|
||||
{
|
||||
|
||||
Standard_NullObject_Raise_if(myShape.IsNull(),"FuseEdges : No Shape");
|
||||
|
Reference in New Issue
Block a user