mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +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:
@@ -113,7 +113,7 @@ public:
|
||||
}
|
||||
|
||||
//! Returns index of point coinciding with regerence one.
|
||||
inline const Standard_Integer GetCoincidentPoint() const
|
||||
inline Standard_Integer GetCoincidentPoint() const
|
||||
{
|
||||
if ( myResIndices.Size() > 0 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user