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 dbc09e3a23
commit d2ddce6a2e

View File

@@ -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>.