remove Standard_OVERRIDE which is unknown for older OCCT versions
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
|||||||
|
|
||||||
//! returns a list of the created shapes
|
//! returns a list of the created shapes
|
||||||
//! from the shape <S>.
|
//! from the shape <S>.
|
||||||
virtual const TopTools_ListOfShape& Generated (const TopoDS_Shape& S) Standard_OVERRIDE;
|
virtual const TopTools_ListOfShape& Generated (const TopoDS_Shape& S);
|
||||||
|
|
||||||
//! Returns the list of shapes modified from the shape
|
//! Returns the list of shapes modified from the shape
|
||||||
//! <S>.
|
//! <S>.
|
||||||
|
|||||||
Reference in New Issue
Block a user