remove Standard_OVERRIDE which is unknown for older OCCT versions

This commit is contained in:
wmayer
2019-01-26 23:09:14 +01:00
parent cc1bb80f24
commit ea44db9b57

View File

@@ -62,7 +62,7 @@ public:
//! returns a list of the created shapes
//! 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
//! <S>.