From ea44db9b57865d9ef8ffc5bb675774829a397392 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 26 Jan 2019 23:09:14 +0100 Subject: [PATCH] remove Standard_OVERRIDE which is unknown for older OCCT versions --- src/Mod/Part/App/BRepOffsetAPI_MakeOffsetFix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/BRepOffsetAPI_MakeOffsetFix.h b/src/Mod/Part/App/BRepOffsetAPI_MakeOffsetFix.h index 56f91a5a34..5eff7dd25b 100644 --- a/src/Mod/Part/App/BRepOffsetAPI_MakeOffsetFix.h +++ b/src/Mod/Part/App/BRepOffsetAPI_MakeOffsetFix.h @@ -62,7 +62,7 @@ public: //! returns a list of the created shapes //! from the shape . - 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 //! .